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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=549",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=547",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 548,
    "results": [
        {
            "start": 831708123,
            "stop": 831747224
        },
        {
            "start": 831748416,
            "stop": 831765199
        },
        {
            "start": 831766832,
            "stop": 831790848
        },
        {
            "start": 831791757,
            "stop": 831811972
        },
        {
            "start": 831817611,
            "stop": 831826865
        },
        {
            "start": 831847109,
            "stop": 831848913
        },
        {
            "start": 831849823,
            "stop": 831850441
        },
        {
            "start": 831852678,
            "stop": 831860542
        },
        {
            "start": 831860609,
            "stop": 831871144
        },
        {
            "start": 831873460,
            "stop": 831911447
        },
        {
            "start": 831913030,
            "stop": 831923485
        },
        {
            "start": 831931179,
            "stop": 831934041
        },
        {
            "start": 831937050,
            "stop": 831938839
        },
        {
            "start": 831940387,
            "stop": 831944022
        },
        {
            "start": 831944523,
            "stop": 831962850
        },
        {
            "start": 831962950,
            "stop": 831964218
        },
        {
            "start": 831964223,
            "stop": 831982730
        },
        {
            "start": 831985270,
            "stop": 832001418
        },
        {
            "start": 832005076,
            "stop": 832008899
        },
        {
            "start": 832011322,
            "stop": 832012671
        }
    ]
}