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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=64",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 65,
    "results": [
        {
            "start": 944680562,
            "stop": 944681895
        },
        {
            "start": 944686721,
            "stop": 944689691
        },
        {
            "start": 944692169,
            "stop": 944693308
        },
        {
            "start": 944694082,
            "stop": 944695077
        },
        {
            "start": 944695918,
            "stop": 944699858
        },
        {
            "start": 944702721,
            "stop": 944706149
        },
        {
            "start": 944707556,
            "stop": 944712562
        },
        {
            "start": 944724754,
            "stop": 944727221
        },
        {
            "start": 944727966,
            "stop": 944746860
        },
        {
            "start": 944747291,
            "stop": 944747994
        },
        {
            "start": 944759427,
            "stop": 944764858
        },
        {
            "start": 944765433,
            "stop": 944767922
        },
        {
            "start": 944768994,
            "stop": 944772008
        },
        {
            "start": 944773444,
            "stop": 944775938
        },
        {
            "start": 944776535,
            "stop": 944819671
        },
        {
            "start": 944821241,
            "stop": 944824495
        },
        {
            "start": 944825369,
            "stop": 944829792
        },
        {
            "start": 944831408,
            "stop": 944832411
        },
        {
            "start": 944833014,
            "stop": 944837000
        },
        {
            "start": 944837579,
            "stop": 944842475
        }
    ]
}