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=697
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=698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=696",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 697,
    "results": [
        {
            "start": 865057472,
            "stop": 865078983
        },
        {
            "start": 865082610,
            "stop": 865082749
        },
        {
            "start": 865083530,
            "stop": 865083729
        },
        {
            "start": 865084302,
            "stop": 865084531
        },
        {
            "start": 865085194,
            "stop": 865085370
        },
        {
            "start": 865087255,
            "stop": 865088422
        },
        {
            "start": 865088822,
            "stop": 865088859
        },
        {
            "start": 865089179,
            "stop": 865089618
        },
        {
            "start": 865089669,
            "stop": 865089720
        },
        {
            "start": 865089840,
            "stop": 865090475
        },
        {
            "start": 865112914,
            "stop": 865115039
        },
        {
            "start": 865115663,
            "stop": 865121112
        },
        {
            "start": 865121131,
            "stop": 865129309
        },
        {
            "start": 865129326,
            "stop": 865129582
        },
        {
            "start": 865130469,
            "stop": 865131296
        },
        {
            "start": 865131315,
            "stop": 865134172
        },
        {
            "start": 865136436,
            "stop": 865154400
        },
        {
            "start": 865154460,
            "stop": 865181803
        },
        {
            "start": 865183088,
            "stop": 865183290
        },
        {
            "start": 865183350,
            "stop": 865183405
        }
    ]
}