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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=111",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 112,
    "results": [
        {
            "start": 816689562,
            "stop": 816689580
        },
        {
            "start": 816689583,
            "stop": 816689898
        },
        {
            "start": 816689901,
            "stop": 816689910
        },
        {
            "start": 816689915,
            "stop": 816690040
        },
        {
            "start": 816690044,
            "stop": 816690153
        },
        {
            "start": 816690157,
            "stop": 816690158
        },
        {
            "start": 816690162,
            "stop": 816690169
        },
        {
            "start": 816690172,
            "stop": 816690204
        },
        {
            "start": 816690207,
            "stop": 816690286
        },
        {
            "start": 816690289,
            "stop": 816690311
        },
        {
            "start": 816690315,
            "stop": 816690319
        },
        {
            "start": 816690322,
            "stop": 816690495
        },
        {
            "start": 816690499,
            "stop": 816690548
        },
        {
            "start": 816690551,
            "stop": 816690861
        },
        {
            "start": 816690864,
            "stop": 816690898
        },
        {
            "start": 816690904,
            "stop": 816690906
        },
        {
            "start": 816690909,
            "stop": 816691192
        },
        {
            "start": 816691200,
            "stop": 816691249
        },
        {
            "start": 816691252,
            "stop": 816691323
        },
        {
            "start": 816691326,
            "stop": 816691398
        }
    ]
}