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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29501",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29499",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29500,
    "results": [
        {
            "start": 971600786,
            "stop": 971600819
        },
        {
            "start": 971600822,
            "stop": 971600828
        },
        {
            "start": 971600834,
            "stop": 971600840
        },
        {
            "start": 971600843,
            "stop": 971600859
        },
        {
            "start": 971600861,
            "stop": 971600864
        },
        {
            "start": 971600866,
            "stop": 971600916
        },
        {
            "start": 971600918,
            "stop": 971600922
        },
        {
            "start": 971600943,
            "stop": 971600971
        },
        {
            "start": 971600974,
            "stop": 971601009
        },
        {
            "start": 971601013,
            "stop": 971601023
        },
        {
            "start": 971601024,
            "stop": 971601026
        },
        {
            "start": 971601027,
            "stop": 971601029
        },
        {
            "start": 971601033,
            "stop": 971601045
        },
        {
            "start": 971601066,
            "stop": 971601075
        },
        {
            "start": 971601080,
            "stop": 971601081
        },
        {
            "start": 971601082,
            "stop": 971601088
        },
        {
            "start": 971601091,
            "stop": 971601102
        },
        {
            "start": 971601123,
            "stop": 971601127
        },
        {
            "start": 971601155,
            "stop": 971601171
        },
        {
            "start": 971601177,
            "stop": 971601194
        }
    ]
}