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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=4",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 5,
    "results": [
        {
            "start": 1127610120,
            "stop": 1127613323
        },
        {
            "start": 1127613324,
            "stop": 1127613326
        },
        {
            "start": 1127616674,
            "stop": 1127620197
        },
        {
            "start": 1127620198,
            "stop": 1127653176
        },
        {
            "start": 1127653177,
            "stop": 1127658895
        },
        {
            "start": 1127658896,
            "stop": 1127658897
        },
        {
            "start": 1127664295,
            "stop": 1127666082
        },
        {
            "start": 1127666339,
            "stop": 1127668646
        },
        {
            "start": 1127678215,
            "stop": 1127679028
        },
        {
            "start": 1127688232,
            "stop": 1127688297
        },
        {
            "start": 1127688300,
            "stop": 1127693939
        },
        {
            "start": 1127693940,
            "stop": 1127742709
        },
        {
            "start": 1127743815,
            "stop": 1127744349
        },
        {
            "start": 1127777841,
            "stop": 1127778327
        },
        {
            "start": 1127781074,
            "stop": 1127797778
        },
        {
            "start": 1127797779,
            "stop": 1127797783
        },
        {
            "start": 1127807931,
            "stop": 1127808657
        },
        {
            "start": 1127808659,
            "stop": 1127808807
        },
        {
            "start": 1127808808,
            "stop": 1127808839
        },
        {
            "start": 1127808841,
            "stop": 1127808957
        }
    ]
}