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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=59",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 60,
    "results": [
        {
            "start": 832525136,
            "stop": 832530808
        },
        {
            "start": 832535727,
            "stop": 832542563
        },
        {
            "start": 832543352,
            "stop": 832553359
        },
        {
            "start": 832554169,
            "stop": 832555489
        },
        {
            "start": 832559438,
            "stop": 832601927
        },
        {
            "start": 832604214,
            "stop": 832613852
        },
        {
            "start": 832615740,
            "stop": 832619108
        },
        {
            "start": 832619825,
            "stop": 832621023
        },
        {
            "start": 832622441,
            "stop": 832625496
        },
        {
            "start": 832626896,
            "stop": 832627552
        },
        {
            "start": 832629121,
            "stop": 832630426
        },
        {
            "start": 832631325,
            "stop": 832635647
        },
        {
            "start": 832635772,
            "stop": 832638092
        },
        {
            "start": 832638217,
            "stop": 832640536
        },
        {
            "start": 832642850,
            "stop": 832643535
        },
        {
            "start": 832644551,
            "stop": 832650622
        },
        {
            "start": 832651392,
            "stop": 832658080
        },
        {
            "start": 832658796,
            "stop": 832667464
        },
        {
            "start": 832667561,
            "stop": 832682601
        },
        {
            "start": 832682841,
            "stop": 832682901
        }
    ]
}