Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=195
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=194",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 195,
    "results": [
        {
            "start": 838579023,
            "stop": 838609813
        },
        {
            "start": 838612365,
            "stop": 838629589
        },
        {
            "start": 838632599,
            "stop": 838635733
        },
        {
            "start": 838637064,
            "stop": 838654693
        },
        {
            "start": 838654726,
            "stop": 838654727
        },
        {
            "start": 838654920,
            "stop": 838658782
        },
        {
            "start": 838659536,
            "stop": 838662193
        },
        {
            "start": 838662210,
            "stop": 838662211
        },
        {
            "start": 838662345,
            "stop": 838663067
        },
        {
            "start": 838664119,
            "stop": 838664353
        },
        {
            "start": 838665329,
            "stop": 838668099
        },
        {
            "start": 838668429,
            "stop": 838670214
        },
        {
            "start": 838670479,
            "stop": 838683793
        },
        {
            "start": 838683799,
            "stop": 838683801
        },
        {
            "start": 838684120,
            "stop": 838688353
        },
        {
            "start": 838689878,
            "stop": 838713236
        },
        {
            "start": 838714511,
            "stop": 838752285
        },
        {
            "start": 838753450,
            "stop": 838822604
        },
        {
            "start": 838826051,
            "stop": 838831638
        },
        {
            "start": 838831710,
            "stop": 838844113
        }
    ]
}