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=576
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=577",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=575",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 576,
    "results": [
        {
            "start": 1264920481,
            "stop": 1264920486
        },
        {
            "start": 1264920487,
            "stop": 1264920490
        },
        {
            "start": 1264920492,
            "stop": 1264920510
        },
        {
            "start": 1264920511,
            "stop": 1264920516
        },
        {
            "start": 1264920518,
            "stop": 1264920525
        },
        {
            "start": 1264920528,
            "stop": 1264921782
        },
        {
            "start": 1264921787,
            "stop": 1264922755
        },
        {
            "start": 1264922756,
            "stop": 1264923546
        },
        {
            "start": 1264923548,
            "stop": 1264923571
        },
        {
            "start": 1264923572,
            "stop": 1264923575
        },
        {
            "start": 1264923576,
            "stop": 1264923585
        },
        {
            "start": 1264923587,
            "stop": 1264923606
        },
        {
            "start": 1264923609,
            "stop": 1264923636
        },
        {
            "start": 1264923637,
            "stop": 1264923699
        },
        {
            "start": 1264923700,
            "stop": 1264923709
        },
        {
            "start": 1264923710,
            "stop": 1264923821
        },
        {
            "start": 1264923822,
            "stop": 1264923887
        },
        {
            "start": 1264923888,
            "stop": 1264924168
        },
        {
            "start": 1264924169,
            "stop": 1264924472
        },
        {
            "start": 1264924473,
            "stop": 1264924637
        }
    ]
}