Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=56
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=55",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 56,
    "results": [
        {
            "start": 821069479,
            "stop": 821070959
        },
        {
            "start": 821075333,
            "stop": 821075874
        },
        {
            "start": 821076342,
            "stop": 821076398
        },
        {
            "start": 821076401,
            "stop": 821078894
        },
        {
            "start": 821078897,
            "stop": 821080884
        },
        {
            "start": 821080887,
            "stop": 821082033
        },
        {
            "start": 821082034,
            "stop": 821084648
        },
        {
            "start": 821085137,
            "stop": 821088688
        },
        {
            "start": 821089122,
            "stop": 821098607
        },
        {
            "start": 821099007,
            "stop": 821099817
        },
        {
            "start": 821099820,
            "stop": 821100185
        },
        {
            "start": 821100697,
            "stop": 821103973
        },
        {
            "start": 821106253,
            "stop": 821107491
        },
        {
            "start": 821109537,
            "stop": 821111693
        },
        {
            "start": 821111696,
            "stop": 821111801
        },
        {
            "start": 821111804,
            "stop": 821113302
        },
        {
            "start": 821134617,
            "stop": 821136629
        },
        {
            "start": 821137170,
            "stop": 821144770
        },
        {
            "start": 821144773,
            "stop": 821161639
        },
        {
            "start": 821161642,
            "stop": 821162014
        }
    ]
}