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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4872",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4870",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4871,
    "results": [
        {
            "start": 971564179,
            "stop": 971564638
        },
        {
            "start": 971564641,
            "stop": 971566066
        },
        {
            "start": 971566069,
            "stop": 971566077
        },
        {
            "start": 971566080,
            "stop": 971566122
        },
        {
            "start": 971568315,
            "stop": 971568722
        },
        {
            "start": 971568725,
            "stop": 971569130
        },
        {
            "start": 971569131,
            "stop": 971569223
        },
        {
            "start": 971569226,
            "stop": 971569284
        },
        {
            "start": 971569285,
            "stop": 971569305
        },
        {
            "start": 971569308,
            "stop": 971569310
        },
        {
            "start": 971569314,
            "stop": 971569548
        },
        {
            "start": 971569551,
            "stop": 971569890
        },
        {
            "start": 971569933,
            "stop": 971570327
        },
        {
            "start": 971570330,
            "stop": 971571264
        },
        {
            "start": 971571267,
            "stop": 971571676
        },
        {
            "start": 971571679,
            "stop": 971571915
        },
        {
            "start": 971571918,
            "stop": 971572118
        },
        {
            "start": 971572121,
            "stop": 971572964
        },
        {
            "start": 971572967,
            "stop": 971573148
        },
        {
            "start": 971573151,
            "stop": 971573246
        }
    ]
}