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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3503",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3501",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3502,
    "results": [
        {
            "start": 970069193,
            "stop": 970069242
        },
        {
            "start": 970069245,
            "stop": 970069887
        },
        {
            "start": 970069888,
            "stop": 970069979
        },
        {
            "start": 970069985,
            "stop": 970069986
        },
        {
            "start": 970070036,
            "stop": 970070040
        },
        {
            "start": 970070116,
            "stop": 970070119
        },
        {
            "start": 970070122,
            "stop": 970070856
        },
        {
            "start": 970070861,
            "stop": 970070872
        },
        {
            "start": 970070875,
            "stop": 970071338
        },
        {
            "start": 970071339,
            "stop": 970071499
        },
        {
            "start": 970071510,
            "stop": 970071511
        },
        {
            "start": 970071522,
            "stop": 970071525
        },
        {
            "start": 970071536,
            "stop": 970071984
        },
        {
            "start": 970071990,
            "stop": 970071996
        },
        {
            "start": 970072005,
            "stop": 970072294
        },
        {
            "start": 970072297,
            "stop": 970072414
        },
        {
            "start": 970072426,
            "stop": 970072610
        },
        {
            "start": 970072613,
            "stop": 970072816
        },
        {
            "start": 970072936,
            "stop": 970072947
        },
        {
            "start": 970072950,
            "stop": 970073057
        }
    ]
}