Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=264
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 264,
    "results": [
        {
            "start": 931681208,
            "stop": 931681213
        },
        {
            "start": 931681219,
            "stop": 931681223
        },
        {
            "start": 931681226,
            "stop": 931681237
        },
        {
            "start": 931681246,
            "stop": 931681247
        },
        {
            "start": 931681250,
            "stop": 931681251
        },
        {
            "start": 931681260,
            "stop": 931681261
        },
        {
            "start": 931681264,
            "stop": 931681270
        },
        {
            "start": 931681277,
            "stop": 931681281
        },
        {
            "start": 931681284,
            "stop": 931681286
        },
        {
            "start": 931681288,
            "stop": 931681292
        },
        {
            "start": 931681296,
            "stop": 931681308
        },
        {
            "start": 931681311,
            "stop": 931681313
        },
        {
            "start": 931681322,
            "stop": 931681325
        },
        {
            "start": 931681333,
            "stop": 931681334
        },
        {
            "start": 931681339,
            "stop": 931681352
        },
        {
            "start": 931681355,
            "stop": 931681367
        },
        {
            "start": 931681373,
            "stop": 931681377
        },
        {
            "start": 931681385,
            "stop": 931681386
        },
        {
            "start": 931681391,
            "stop": 931681396
        },
        {
            "start": 931681399,
            "stop": 931681405
        }
    ]
}