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=497
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=498",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=496",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 497,
    "results": [
        {
            "start": 1264422679,
            "stop": 1264422842
        },
        {
            "start": 1264422844,
            "stop": 1264422845
        },
        {
            "start": 1264422847,
            "stop": 1264422859
        },
        {
            "start": 1264422861,
            "stop": 1264422875
        },
        {
            "start": 1264422877,
            "stop": 1264422901
        },
        {
            "start": 1264422903,
            "stop": 1264422916
        },
        {
            "start": 1264422917,
            "stop": 1264422932
        },
        {
            "start": 1264422934,
            "stop": 1264422988
        },
        {
            "start": 1264422990,
            "stop": 1264423015
        },
        {
            "start": 1264423017,
            "stop": 1264423039
        },
        {
            "start": 1264423042,
            "stop": 1264423052
        },
        {
            "start": 1264423054,
            "stop": 1264423055
        },
        {
            "start": 1264423057,
            "stop": 1264423069
        },
        {
            "start": 1264423073,
            "stop": 1264423084
        },
        {
            "start": 1264423085,
            "stop": 1264423139
        },
        {
            "start": 1264423142,
            "stop": 1264423198
        },
        {
            "start": 1264423201,
            "stop": 1264423249
        },
        {
            "start": 1264423252,
            "stop": 1264423321
        },
        {
            "start": 1264423322,
            "stop": 1264423335
        },
        {
            "start": 1264423336,
            "stop": 1264423337
        }
    ]
}