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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=216",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 217,
    "results": [
        {
            "start": 1262103946,
            "stop": 1262104185
        },
        {
            "start": 1262104186,
            "stop": 1262104204
        },
        {
            "start": 1262104208,
            "stop": 1262104230
        },
        {
            "start": 1262104231,
            "stop": 1262104241
        },
        {
            "start": 1262104242,
            "stop": 1262104409
        },
        {
            "start": 1262104411,
            "stop": 1262104412
        },
        {
            "start": 1262104413,
            "stop": 1262104518
        },
        {
            "start": 1262104521,
            "stop": 1262104619
        },
        {
            "start": 1262104621,
            "stop": 1262105100
        },
        {
            "start": 1262105101,
            "stop": 1262105106
        },
        {
            "start": 1262105107,
            "stop": 1262105208
        },
        {
            "start": 1262105209,
            "stop": 1262106155
        },
        {
            "start": 1262106159,
            "stop": 1262106371
        },
        {
            "start": 1262106372,
            "stop": 1262106945
        },
        {
            "start": 1262106948,
            "stop": 1262107527
        },
        {
            "start": 1262107530,
            "stop": 1262107768
        },
        {
            "start": 1262107773,
            "stop": 1262108183
        },
        {
            "start": 1262108187,
            "stop": 1262108191
        },
        {
            "start": 1262108193,
            "stop": 1262108298
        },
        {
            "start": 1262108299,
            "stop": 1262108744
        }
    ]
}