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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=64",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 65,
    "results": [
        {
            "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
        },
        {
            "start": 931431290,
            "stop": 931431338
        },
        {
            "start": 931431355,
            "stop": 931431402
        },
        {
            "start": 931431438,
            "stop": 931431487
        }
    ]
}