Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=6",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 7,
    "results": [
        {
            "start": 816086685,
            "stop": 816086822
        },
        {
            "start": 816086826,
            "stop": 816087045
        },
        {
            "start": 816087055,
            "stop": 816087823
        },
        {
            "start": 816087834,
            "stop": 816087838
        },
        {
            "start": 816087856,
            "stop": 816087968
        },
        {
            "start": 816088083,
            "stop": 816088192
        },
        {
            "start": 816088197,
            "stop": 816090108
        },
        {
            "start": 816090111,
            "stop": 816091900
        },
        {
            "start": 816091903,
            "stop": 816093384
        },
        {
            "start": 816093388,
            "stop": 816093407
        },
        {
            "start": 816093411,
            "stop": 816093592
        },
        {
            "start": 816093602,
            "stop": 816093647
        },
        {
            "start": 816093650,
            "stop": 816093674
        },
        {
            "start": 816093677,
            "stop": 816093760
        },
        {
            "start": 816093765,
            "stop": 816093784
        },
        {
            "start": 816093787,
            "stop": 816093800
        },
        {
            "start": 816093810,
            "stop": 816093815
        },
        {
            "start": 816093820,
            "stop": 816093821
        },
        {
            "start": 816093838,
            "stop": 816093844
        },
        {
            "start": 816093847,
            "stop": 816093848
        }
    ]
}