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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=342",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 343,
    "results": [
        {
            "start": 1264114929,
            "stop": 1264114951
        },
        {
            "start": 1264114953,
            "stop": 1264114959
        },
        {
            "start": 1264114960,
            "stop": 1264115134
        },
        {
            "start": 1264115135,
            "stop": 1264115141
        },
        {
            "start": 1264115144,
            "stop": 1264115175
        },
        {
            "start": 1264115176,
            "stop": 1264115177
        },
        {
            "start": 1264115179,
            "stop": 1264115185
        },
        {
            "start": 1264115187,
            "stop": 1264115218
        },
        {
            "start": 1264115220,
            "stop": 1264115498
        },
        {
            "start": 1264115499,
            "stop": 1264115506
        },
        {
            "start": 1264115508,
            "stop": 1264115526
        },
        {
            "start": 1264115528,
            "stop": 1264115597
        },
        {
            "start": 1264115599,
            "stop": 1264115617
        },
        {
            "start": 1264115628,
            "stop": 1264115653
        },
        {
            "start": 1264115655,
            "stop": 1264115672
        },
        {
            "start": 1264115677,
            "stop": 1264115746
        },
        {
            "start": 1264115751,
            "stop": 1264115789
        },
        {
            "start": 1264115794,
            "stop": 1264115806
        },
        {
            "start": 1264115811,
            "stop": 1264115819
        },
        {
            "start": 1264115820,
            "stop": 1264115937
        }
    ]
}