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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=66",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 67,
    "results": [
        {
            "start": 931427176,
            "stop": 931427297
        },
        {
            "start": 931427300,
            "stop": 931427943
        },
        {
            "start": 931427961,
            "stop": 931428015
        },
        {
            "start": 931428375,
            "stop": 931428517
        },
        {
            "start": 931428535,
            "stop": 931428685
        },
        {
            "start": 931428706,
            "stop": 931428709
        },
        {
            "start": 931428738,
            "stop": 931428751
        },
        {
            "start": 931428769,
            "stop": 931429610
        },
        {
            "start": 931429633,
            "stop": 931429740
        },
        {
            "start": 931429758,
            "stop": 931429822
        },
        {
            "start": 931429854,
            "stop": 931430115
        },
        {
            "start": 931430119,
            "stop": 931430155
        },
        {
            "start": 931430173,
            "stop": 931430493
        },
        {
            "start": 931430495,
            "stop": 931430535
        },
        {
            "start": 931430538,
            "stop": 931430568
        },
        {
            "start": 931430586,
            "stop": 931430899
        },
        {
            "start": 931430901,
            "stop": 931430945
        },
        {
            "start": 931430948,
            "stop": 931431170
        },
        {
            "start": 931431208,
            "stop": 931431218
        },
        {
            "start": 931431220,
            "stop": 931431288
        }
    ]
}