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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7674",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7672",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7673,
    "results": [
        {
            "start": 971368055,
            "stop": 971368444
        },
        {
            "start": 971368447,
            "stop": 971369018
        },
        {
            "start": 971369021,
            "stop": 971369685
        },
        {
            "start": 971369706,
            "stop": 971372969
        },
        {
            "start": 971372980,
            "stop": 971373652
        },
        {
            "start": 971373655,
            "stop": 971373826
        },
        {
            "start": 971373829,
            "stop": 971378048
        },
        {
            "start": 971378069,
            "stop": 971381111
        },
        {
            "start": 971381122,
            "stop": 971381445
        },
        {
            "start": 971381448,
            "stop": 971381728
        },
        {
            "start": 971381731,
            "stop": 971382427
        },
        {
            "start": 971382430,
            "stop": 971382463
        },
        {
            "start": 971382466,
            "stop": 971383598
        },
        {
            "start": 971383609,
            "stop": 971385126
        },
        {
            "start": 971385138,
            "stop": 971385635
        },
        {
            "start": 971387354,
            "stop": 971389438
        },
        {
            "start": 971389441,
            "stop": 971389794
        },
        {
            "start": 971389797,
            "stop": 971390758
        },
        {
            "start": 971390764,
            "stop": 971390907
        },
        {
            "start": 971390910,
            "stop": 971391120
        }
    ]
}