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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT3/segments?format=api&page=45",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 46,
    "results": [
        {
            "start": 1411590436,
            "stop": 1411590579
        },
        {
            "start": 1411590632,
            "stop": 1411590766
        },
        {
            "start": 1411590820,
            "stop": 1411590947
        },
        {
            "start": 1411591000,
            "stop": 1411591121
        },
        {
            "start": 1411591174,
            "stop": 1411591289
        },
        {
            "start": 1411591343,
            "stop": 1411591453
        },
        {
            "start": 1411591507,
            "stop": 1411591613
        },
        {
            "start": 1411591666,
            "stop": 1411591668
        },
        {
            "start": 1411599299,
            "stop": 1411736524
        },
        {
            "start": 1411743407,
            "stop": 1411745434
        },
        {
            "start": 1411756223,
            "stop": 1411824114
        },
        {
            "start": 1411866404,
            "stop": 1411940046
        },
        {
            "start": 1411943642,
            "stop": 1412004789
        },
        {
            "start": 1412017476,
            "stop": 1412069636
        },
        {
            "start": 1412072569,
            "stop": 1412079427
        },
        {
            "start": 1412082168,
            "stop": 1412087024
        },
        {
            "start": 1412090231,
            "stop": 1412156742
        },
        {
            "start": 1412159192,
            "stop": 1412188222
        },
        {
            "start": 1412189925,
            "stop": 1412275026
        },
        {
            "start": 1412282109,
            "stop": 1412351198
        }
    ]
}