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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=340",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 341,
    "results": [
        {
            "start": 1265003678,
            "stop": 1265003736
        },
        {
            "start": 1265003739,
            "stop": 1265003748
        },
        {
            "start": 1265003749,
            "stop": 1265003758
        },
        {
            "start": 1265003759,
            "stop": 1265003762
        },
        {
            "start": 1265003764,
            "stop": 1265003765
        },
        {
            "start": 1265003766,
            "stop": 1265003769
        },
        {
            "start": 1265003776,
            "stop": 1265003778
        },
        {
            "start": 1265003783,
            "stop": 1265003785
        },
        {
            "start": 1265003786,
            "stop": 1265003820
        },
        {
            "start": 1265003822,
            "stop": 1265003823
        },
        {
            "start": 1265003825,
            "stop": 1265003829
        },
        {
            "start": 1265003830,
            "stop": 1265003831
        },
        {
            "start": 1265003832,
            "stop": 1265003833
        },
        {
            "start": 1265003835,
            "stop": 1265003853
        },
        {
            "start": 1265003854,
            "stop": 1265003855
        },
        {
            "start": 1265003857,
            "stop": 1265003862
        },
        {
            "start": 1265003863,
            "stop": 1265003871
        },
        {
            "start": 1265003872,
            "stop": 1265003875
        },
        {
            "start": 1265003876,
            "stop": 1265003880
        },
        {
            "start": 1265003883,
            "stop": 1265003886
        }
    ]
}