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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5292",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5293,
    "results": [
        {
            "start": 875013125,
            "stop": 875013167
        },
        {
            "start": 875013203,
            "stop": 875013529
        },
        {
            "start": 875013546,
            "stop": 875015040
        },
        {
            "start": 875021653,
            "stop": 875022792
        },
        {
            "start": 875022802,
            "stop": 875022840
        },
        {
            "start": 875036247,
            "stop": 875038442
        },
        {
            "start": 875038459,
            "stop": 875041479
        },
        {
            "start": 875041496,
            "stop": 875042430
        },
        {
            "start": 875042670,
            "stop": 875042708
        },
        {
            "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": 875047295
        },
        {
            "start": 875049043,
            "stop": 875049339
        }
    ]
}