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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=108",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 109,
    "results": [
        {
            "start": 1264114540,
            "stop": 1264114706
        },
        {
            "start": 1264114707,
            "stop": 1264114728
        },
        {
            "start": 1264114731,
            "stop": 1264114787
        },
        {
            "start": 1264114789,
            "stop": 1264114844
        },
        {
            "start": 1264114845,
            "stop": 1264114850
        },
        {
            "start": 1264114851,
            "stop": 1264114864
        },
        {
            "start": 1264114865,
            "stop": 1264114916
        },
        {
            "start": 1264114917,
            "stop": 1264114927
        },
        {
            "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
        }
    ]
}