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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2366",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2367,
    "results": [
        {
            "start": 874826334,
            "stop": 874828372
        },
        {
            "start": 874828448,
            "stop": 874830807
        },
        {
            "start": 874830835,
            "stop": 874832801
        },
        {
            "start": 874832818,
            "stop": 874832820
        },
        {
            "start": 874832866,
            "stop": 874832895
        },
        {
            "start": 874832912,
            "stop": 874832959
        },
        {
            "start": 874834273,
            "stop": 874834814
        },
        {
            "start": 874834836,
            "stop": 874835260
        },
        {
            "start": 874835300,
            "stop": 874835385
        },
        {
            "start": 874835423,
            "stop": 874837774
        },
        {
            "start": 874837793,
            "stop": 874838196
        },
        {
            "start": 874838272,
            "stop": 874838329
        },
        {
            "start": 874838360,
            "stop": 874839038
        },
        {
            "start": 874839057,
            "stop": 874839694
        },
        {
            "start": 874839713,
            "stop": 874842769
        },
        {
            "start": 874842789,
            "stop": 874842799
        },
        {
            "start": 874842854,
            "stop": 874843261
        },
        {
            "start": 874843280,
            "stop": 874843294
        },
        {
            "start": 874843313,
            "stop": 874845372
        },
        {
            "start": 874846066,
            "stop": 874846980
        }
    ]
}