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=367
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=368",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=366",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 367,
    "results": [
        {
            "start": 1264252691,
            "stop": 1264252871
        },
        {
            "start": 1264252873,
            "stop": 1264253014
        },
        {
            "start": 1264253016,
            "stop": 1264253177
        },
        {
            "start": 1264253181,
            "stop": 1264253240
        },
        {
            "start": 1264253241,
            "stop": 1264253933
        },
        {
            "start": 1264253935,
            "stop": 1264254048
        },
        {
            "start": 1264254050,
            "stop": 1264254078
        },
        {
            "start": 1264254079,
            "stop": 1264254196
        },
        {
            "start": 1264254197,
            "stop": 1264254198
        },
        {
            "start": 1264254199,
            "stop": 1264254246
        },
        {
            "start": 1264254247,
            "stop": 1264254287
        },
        {
            "start": 1264254289,
            "stop": 1264254335
        },
        {
            "start": 1264254337,
            "stop": 1264254359
        },
        {
            "start": 1264254360,
            "stop": 1264254408
        },
        {
            "start": 1264254409,
            "stop": 1264254473
        },
        {
            "start": 1264254475,
            "stop": 1264254502
        },
        {
            "start": 1264254503,
            "stop": 1264254505
        },
        {
            "start": 1264254506,
            "stop": 1264254515
        },
        {
            "start": 1264254517,
            "stop": 1264254554
        },
        {
            "start": 1264254556,
            "stop": 1264254704
        }
    ]
}