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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=156",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 157,
    "results": [
        {
            "start": 1260864239,
            "stop": 1260867695
        },
        {
            "start": 1260867699,
            "stop": 1260872331
        },
        {
            "start": 1260872334,
            "stop": 1260872393
        },
        {
            "start": 1260872397,
            "stop": 1260877163
        },
        {
            "start": 1260877164,
            "stop": 1260877833
        },
        {
            "start": 1260877836,
            "stop": 1260878169
        },
        {
            "start": 1260878174,
            "stop": 1260879577
        },
        {
            "start": 1260879582,
            "stop": 1260881405
        },
        {
            "start": 1260881407,
            "stop": 1260882373
        },
        {
            "start": 1260882375,
            "stop": 1260882385
        },
        {
            "start": 1260882387,
            "stop": 1260885304
        },
        {
            "start": 1260885307,
            "stop": 1260885658
        },
        {
            "start": 1260885662,
            "stop": 1260888548
        },
        {
            "start": 1260888550,
            "stop": 1260888667
        },
        {
            "start": 1260888668,
            "stop": 1260889121
        },
        {
            "start": 1260889125,
            "stop": 1260889191
        },
        {
            "start": 1260889195,
            "stop": 1260890531
        },
        {
            "start": 1260890535,
            "stop": 1260890771
        },
        {
            "start": 1260890775,
            "stop": 1260891070
        },
        {
            "start": 1260891074,
            "stop": 1260891524
        }
    ]
}