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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7943",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7941",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7942,
    "results": [
        {
            "start": 970069193,
            "stop": 970069242
        },
        {
            "start": 970069245,
            "stop": 970069979
        },
        {
            "start": 970069985,
            "stop": 970069986
        },
        {
            "start": 970070036,
            "stop": 970070040
        },
        {
            "start": 970070083,
            "stop": 970070090
        },
        {
            "start": 970070096,
            "stop": 970070119
        },
        {
            "start": 970070122,
            "stop": 970070856
        },
        {
            "start": 970070861,
            "stop": 970070872
        },
        {
            "start": 970070875,
            "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": 970072834
        },
        {
            "start": 970072855,
            "stop": 970072863
        },
        {
            "start": 970072874,
            "stop": 970072899
        },
        {
            "start": 970072902,
            "stop": 970072921
        }
    ]
}