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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=583",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=581",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 582,
    "results": [
        {
            "start": 1264961242,
            "stop": 1264961258
        },
        {
            "start": 1264961259,
            "stop": 1264961263
        },
        {
            "start": 1264961264,
            "stop": 1264961423
        },
        {
            "start": 1264961426,
            "stop": 1264962074
        },
        {
            "start": 1264962075,
            "stop": 1264962077
        },
        {
            "start": 1264962078,
            "stop": 1264962412
        },
        {
            "start": 1264962416,
            "stop": 1264962692
        },
        {
            "start": 1264967213,
            "stop": 1264968809
        },
        {
            "start": 1264968811,
            "stop": 1264969062
        },
        {
            "start": 1264969067,
            "stop": 1264969846
        },
        {
            "start": 1264969847,
            "stop": 1264970252
        },
        {
            "start": 1264977676,
            "stop": 1264980656
        },
        {
            "start": 1264980657,
            "stop": 1264982267
        },
        {
            "start": 1264982271,
            "stop": 1264982651
        },
        {
            "start": 1264982654,
            "stop": 1264982896
        },
        {
            "start": 1264982900,
            "stop": 1264983265
        },
        {
            "start": 1264983266,
            "stop": 1264985477
        },
        {
            "start": 1264985478,
            "stop": 1264985483
        },
        {
            "start": 1264985484,
            "stop": 1264985833
        },
        {
            "start": 1264985834,
            "stop": 1264985836
        }
    ]
}