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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10288",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10289,
    "results": [
        {
            "start": 875041496,
            "stop": 875041620
        },
        {
            "start": 875041680,
            "stop": 875042040
        },
        {
            "start": 875042100,
            "stop": 875042130
        },
        {
            "start": 875043985,
            "stop": 875044505
        },
        {
            "start": 875044541,
            "stop": 875045421
        },
        {
            "start": 875045438,
            "stop": 875046251
        },
        {
            "start": 875046298,
            "stop": 875046364
        },
        {
            "start": 875046484,
            "stop": 875046505
        },
        {
            "start": 875046541,
            "stop": 875046833
        },
        {
            "start": 875046869,
            "stop": 875046940
        },
        {
            "start": 875046976,
            "stop": 875046988
        },
        {
            "start": 875047047,
            "stop": 875047191
        },
        {
            "start": 875047257,
            "stop": 875047284
        },
        {
            "start": 875049043,
            "stop": 875049339
        },
        {
            "start": 875049377,
            "stop": 875049446
        },
        {
            "start": 875049482,
            "stop": 875049566
        },
        {
            "start": 875049603,
            "stop": 875050240
        },
        {
            "start": 875050302,
            "stop": 875050464
        },
        {
            "start": 875050500,
            "stop": 875050655
        },
        {
            "start": 875050727,
            "stop": 875051071
        }
    ]
}