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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=5",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 6,
    "results": [
        {
            "start": 931196921,
            "stop": 931198277
        },
        {
            "start": 931198356,
            "stop": 931200671
        },
        {
            "start": 931202656,
            "stop": 931205353
        },
        {
            "start": 931219808,
            "stop": 931222150
        },
        {
            "start": 931244439,
            "stop": 931258197
        },
        {
            "start": 931262803,
            "stop": 931274733
        },
        {
            "start": 931283141,
            "stop": 931283895
        },
        {
            "start": 931286273,
            "stop": 931291375
        },
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931341852
        },
        {
            "start": 931344916,
            "stop": 931346515
        },
        {
            "start": 931351614,
            "stop": 931359194
        },
        {
            "start": 931360447,
            "stop": 931360804
        },
        {
            "start": 931377655,
            "stop": 931378788
        },
        {
            "start": 931379051,
            "stop": 931386078
        },
        {
            "start": 931399838,
            "stop": 931403435
        },
        {
            "start": 931418986,
            "stop": 931429673
        }
    ]
}