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/H1_CBCHIGH_CAT4/segments?format=api&page=37
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=36",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 37,
    "results": [
        {
            "start": 816820200,
            "stop": 816820380
        },
        {
            "start": 816820440,
            "stop": 816820560
        },
        {
            "start": 816820620,
            "stop": 816820800
        },
        {
            "start": 816820860,
            "stop": 816821400
        },
        {
            "start": 816821520,
            "stop": 816821640
        },
        {
            "start": 816821700,
            "stop": 816821820
        },
        {
            "start": 816821880,
            "stop": 816822000
        },
        {
            "start": 816822060,
            "stop": 816822540
        },
        {
            "start": 816822600,
            "stop": 816822900
        },
        {
            "start": 816822960,
            "stop": 816823337
        },
        {
            "start": 816823457,
            "stop": 816823517
        },
        {
            "start": 816825316,
            "stop": 816826618
        },
        {
            "start": 816826738,
            "stop": 816831000
        },
        {
            "start": 816831060,
            "stop": 816832214
        },
        {
            "start": 816832217,
            "stop": 816833724
        },
        {
            "start": 816833844,
            "stop": 816837001
        },
        {
            "start": 816837121,
            "stop": 816841515
        },
        {
            "start": 816841635,
            "stop": 816842675
        },
        {
            "start": 816845203,
            "stop": 816845294
        },
        {
            "start": 816845297,
            "stop": 816845803
        }
    ]
}