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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=99",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 100,
    "results": [
        {
            "start": 820822970,
            "stop": 820823570
        },
        {
            "start": 820823711,
            "stop": 820824011
        },
        {
            "start": 820824157,
            "stop": 820824457
        },
        {
            "start": 820824645,
            "stop": 820825185
        },
        {
            "start": 820825349,
            "stop": 820825709
        },
        {
            "start": 820825876,
            "stop": 820826416
        },
        {
            "start": 820826662,
            "stop": 820826722
        },
        {
            "start": 820826864,
            "stop": 820827164
        },
        {
            "start": 820827344,
            "stop": 820827824
        },
        {
            "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
        }
    ]
}