Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=108",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 109,
    "results": [
        {
            "start": 820829204,
            "stop": 820830464
        },
        {
            "start": 820830692,
            "stop": 820831172
        },
        {
            "start": 820831488,
            "stop": 820831788
        },
        {
            "start": 820831955,
            "stop": 820832195
        },
        {
            "start": 820832571,
            "stop": 820832691
        },
        {
            "start": 820832945,
            "stop": 820833845
        },
        {
            "start": 820834033,
            "stop": 820834093
        },
        {
            "start": 820834487,
            "stop": 820835447
        },
        {
            "start": 820835605,
            "stop": 820836265
        },
        {
            "start": 820836541,
            "stop": 820836721
        },
        {
            "start": 820837731,
            "stop": 820838151
        },
        {
            "start": 820838688,
            "stop": 820839048
        },
        {
            "start": 820839322,
            "stop": 820839382
        },
        {
            "start": 820839641,
            "stop": 820839821
        },
        {
            "start": 820840039,
            "stop": 820840159
        },
        {
            "start": 820840340,
            "stop": 820840460
        },
        {
            "start": 820840634,
            "stop": 820840754
        },
        {
            "start": 820841263,
            "stop": 820841443
        },
        {
            "start": 820841597,
            "stop": 820841897
        },
        {
            "start": 820842059,
            "stop": 820842239
        }
    ]
}