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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=16",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 17,
    "results": [
        {
            "start": 1399036922,
            "stop": 1399037480
        },
        {
            "start": 1399055794,
            "stop": 1399055809
        },
        {
            "start": 1399055820,
            "stop": 1399059019
        },
        {
            "start": 1399059024,
            "stop": 1399059606
        },
        {
            "start": 1399059611,
            "stop": 1399060816
        },
        {
            "start": 1399060822,
            "stop": 1399060835
        },
        {
            "start": 1399083537,
            "stop": 1399085884
        },
        {
            "start": 1399085887,
            "stop": 1399093986
        },
        {
            "start": 1399093989,
            "stop": 1399096356
        },
        {
            "start": 1399096359,
            "stop": 1399112323
        },
        {
            "start": 1399112330,
            "stop": 1399117224
        },
        {
            "start": 1399157129,
            "stop": 1399158187
        },
        {
            "start": 1399158190,
            "stop": 1399159398
        },
        {
            "start": 1399159405,
            "stop": 1399161171
        },
        {
            "start": 1399180622,
            "stop": 1399185198
        },
        {
            "start": 1399185204,
            "stop": 1399190509
        },
        {
            "start": 1399190516,
            "stop": 1399192238
        },
        {
            "start": 1399192243,
            "stop": 1399193114
        },
        {
            "start": 1399193120,
            "stop": 1399194405
        },
        {
            "start": 1399194408,
            "stop": 1399194582
        }
    ]
}