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=470
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=471",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=469",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 470,
    "results": [
        {
            "start": 1264396191,
            "stop": 1264396304
        },
        {
            "start": 1264396305,
            "stop": 1264396306
        },
        {
            "start": 1264396307,
            "stop": 1264396314
        },
        {
            "start": 1264396315,
            "stop": 1264396321
        },
        {
            "start": 1264396324,
            "stop": 1264396329
        },
        {
            "start": 1264396330,
            "stop": 1264396331
        },
        {
            "start": 1264396333,
            "stop": 1264396338
        },
        {
            "start": 1264396340,
            "stop": 1264396434
        },
        {
            "start": 1264396435,
            "stop": 1264396586
        },
        {
            "start": 1264396587,
            "stop": 1264396596
        },
        {
            "start": 1264396597,
            "stop": 1264396627
        },
        {
            "start": 1264396630,
            "stop": 1264396636
        },
        {
            "start": 1264396639,
            "stop": 1264396645
        },
        {
            "start": 1264396647,
            "stop": 1264396696
        },
        {
            "start": 1264396697,
            "stop": 1264396698
        },
        {
            "start": 1264396699,
            "stop": 1264396710
        },
        {
            "start": 1264396714,
            "stop": 1264396737
        },
        {
            "start": 1264396738,
            "stop": 1264396739
        },
        {
            "start": 1264396740,
            "stop": 1264396745
        },
        {
            "start": 1264396747,
            "stop": 1264396762
        }
    ]
}