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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5378",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5376",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5377,
    "results": [
        {
            "start": 971562336,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971562485
        },
        {
            "start": 971562487,
            "stop": 971562596
        },
        {
            "start": 971562599,
            "stop": 971562731
        },
        {
            "start": 971562736,
            "stop": 971563098
        },
        {
            "start": 971563115,
            "stop": 971564176
        },
        {
            "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
        }
    ]
}