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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=141",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 142,
    "results": [
        {
            "start": 821515639,
            "stop": 821515647
        },
        {
            "start": 821515650,
            "stop": 821515671
        },
        {
            "start": 821515674,
            "stop": 821515682
        },
        {
            "start": 821516082,
            "stop": 821516095
        },
        {
            "start": 821516098,
            "stop": 821516112
        },
        {
            "start": 821516118,
            "stop": 821516120
        },
        {
            "start": 821516123,
            "stop": 821516153
        },
        {
            "start": 821516157,
            "stop": 821516176
        },
        {
            "start": 821516179,
            "stop": 821516193
        },
        {
            "start": 821516196,
            "stop": 821516205
        },
        {
            "start": 821516208,
            "stop": 821516218
        },
        {
            "start": 821516221,
            "stop": 821516250
        },
        {
            "start": 821516253,
            "stop": 821516325
        },
        {
            "start": 821516328,
            "stop": 821516341
        },
        {
            "start": 821516344,
            "stop": 821516346
        },
        {
            "start": 821516352,
            "stop": 821516354
        },
        {
            "start": 821516357,
            "stop": 821516368
        },
        {
            "start": 821516371,
            "stop": 821516431
        },
        {
            "start": 821516434,
            "stop": 821516454
        },
        {
            "start": 821516457,
            "stop": 821516486
        }
    ]
}