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_H1L1/segments?format=api&page=85
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_H1L1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=84",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 85,
    "results": [
        {
            "start": 820148271,
            "stop": 820148391
        },
        {
            "start": 820149866,
            "stop": 820150226
        },
        {
            "start": 820150370,
            "stop": 820150430
        },
        {
            "start": 820150748,
            "stop": 820150868
        },
        {
            "start": 820152851,
            "stop": 820153211
        },
        {
            "start": 820153361,
            "stop": 820153541
        },
        {
            "start": 820153704,
            "stop": 820154004
        },
        {
            "start": 820154285,
            "stop": 820154585
        },
        {
            "start": 820154868,
            "stop": 820155588
        },
        {
            "start": 820155863,
            "stop": 820155923
        },
        {
            "start": 820156079,
            "stop": 820156139
        },
        {
            "start": 820156284,
            "stop": 820157004
        },
        {
            "start": 820157912,
            "stop": 820158752
        },
        {
            "start": 820160052,
            "stop": 820160112
        },
        {
            "start": 820160292,
            "stop": 820160592
        },
        {
            "start": 820164853,
            "stop": 820164973
        },
        {
            "start": 820167545,
            "stop": 820167665
        },
        {
            "start": 820168542,
            "stop": 820168662
        },
        {
            "start": 820169097,
            "stop": 820169157
        },
        {
            "start": 820169721,
            "stop": 820169781
        }
    ]
}