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=501
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=502",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=500",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 501,
    "results": [
        {
            "start": 1264545973,
            "stop": 1264547285
        },
        {
            "start": 1264547287,
            "stop": 1264547741
        },
        {
            "start": 1264547790,
            "stop": 1264548912
        },
        {
            "start": 1264548915,
            "stop": 1264549219
        },
        {
            "start": 1264549222,
            "stop": 1264558261
        },
        {
            "start": 1264558265,
            "stop": 1264558305
        },
        {
            "start": 1264558311,
            "stop": 1264560047
        },
        {
            "start": 1264560050,
            "stop": 1264563364
        },
        {
            "start": 1264563369,
            "stop": 1264564272
        },
        {
            "start": 1264564273,
            "stop": 1264564704
        },
        {
            "start": 1264564712,
            "stop": 1264566262
        },
        {
            "start": 1264566266,
            "stop": 1264566859
        },
        {
            "start": 1264566861,
            "stop": 1264567108
        },
        {
            "start": 1264567109,
            "stop": 1264567816
        },
        {
            "start": 1264567819,
            "stop": 1264568452
        },
        {
            "start": 1264568455,
            "stop": 1264570812
        },
        {
            "start": 1264570898,
            "stop": 1264571802
        },
        {
            "start": 1264571804,
            "stop": 1264573477
        },
        {
            "start": 1264573478,
            "stop": 1264573479
        },
        {
            "start": 1264573481,
            "stop": 1264573483
        }
    ]
}