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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=23",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 24,
    "results": [
        {
            "start": 931498204,
            "stop": 931498206
        },
        {
            "start": 931498213,
            "stop": 931498225
        },
        {
            "start": 931498232,
            "stop": 931498235
        },
        {
            "start": 931498245,
            "stop": 931498246
        },
        {
            "start": 931498266,
            "stop": 931498267
        },
        {
            "start": 931498280,
            "stop": 931498287
        },
        {
            "start": 931498298,
            "stop": 931498299
        },
        {
            "start": 931498305,
            "stop": 931498308
        },
        {
            "start": 931498315,
            "stop": 931498320
        },
        {
            "start": 931498353,
            "stop": 931498362
        },
        {
            "start": 931498389,
            "stop": 931498407
        },
        {
            "start": 931498417,
            "stop": 931498423
        },
        {
            "start": 931498438,
            "stop": 931498440
        },
        {
            "start": 931498447,
            "stop": 931498453
        },
        {
            "start": 931498462,
            "stop": 931498481
        },
        {
            "start": 931498509,
            "stop": 931498513
        },
        {
            "start": 931498520,
            "stop": 931498524
        },
        {
            "start": 931498545,
            "stop": 931498551
        },
        {
            "start": 931498557,
            "stop": 931498561
        },
        {
            "start": 931498572,
            "stop": 931498579
        }
    ]
}