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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=969",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 970,
    "results": [
        {
            "start": 872170189,
            "stop": 872171269
        },
        {
            "start": 872171418,
            "stop": 872171778
        },
        {
            "start": 872172374,
            "stop": 872173514
        },
        {
            "start": 872173918,
            "stop": 872173978
        },
        {
            "start": 872175060,
            "stop": 872175780
        },
        {
            "start": 872175971,
            "stop": 872176511
        },
        {
            "start": 872177659,
            "stop": 872178139
        },
        {
            "start": 872178290,
            "stop": 872178470
        },
        {
            "start": 872178746,
            "stop": 872179166
        },
        {
            "start": 872179845,
            "stop": 872180385
        },
        {
            "start": 872180535,
            "stop": 872180595
        },
        {
            "start": 872180743,
            "stop": 872180863
        },
        {
            "start": 872181033,
            "stop": 872181093
        },
        {
            "start": 872181321,
            "stop": 872181921
        },
        {
            "start": 872182312,
            "stop": 872182492
        },
        {
            "start": 872182734,
            "stop": 872182854
        },
        {
            "start": 872184274,
            "stop": 872184334
        },
        {
            "start": 872184896,
            "stop": 872184956
        },
        {
            "start": 872185239,
            "stop": 872185539
        },
        {
            "start": 872185750,
            "stop": 872186590
        }
    ]
}