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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=66",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 67,
    "results": [
        {
            "start": 823090909,
            "stop": 823090920
        },
        {
            "start": 823092263,
            "stop": 823092389
        },
        {
            "start": 823100596,
            "stop": 823100889
        },
        {
            "start": 823103530,
            "stop": 823104146
        },
        {
            "start": 823160952,
            "stop": 823161115
        },
        {
            "start": 823161117,
            "stop": 823161591
        },
        {
            "start": 823161593,
            "stop": 823161911
        },
        {
            "start": 823195297,
            "stop": 823200104
        },
        {
            "start": 823214186,
            "stop": 823223133
        },
        {
            "start": 823224888,
            "stop": 823225552
        },
        {
            "start": 823225616,
            "stop": 823240798
        },
        {
            "start": 823241579,
            "stop": 823244057
        },
        {
            "start": 823244448,
            "stop": 823255730
        },
        {
            "start": 823257779,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823267725
        },
        {
            "start": 823268944,
            "stop": 823277954
        },
        {
            "start": 823279052,
            "stop": 823280213
        },
        {
            "start": 823280994,
            "stop": 823282611
        },
        {
            "start": 823329848,
            "stop": 823329849
        },
        {
            "start": 823329915,
            "stop": 823329916
        }
    ]
}