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=748
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=749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=747",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 748,
    "results": [
        {
            "start": 868303227,
            "stop": 868305151
        },
        {
            "start": 868306168,
            "stop": 868366802
        },
        {
            "start": 868366804,
            "stop": 868383727
        },
        {
            "start": 868383728,
            "stop": 868385700
        },
        {
            "start": 868385760,
            "stop": 868386112
        },
        {
            "start": 868386115,
            "stop": 868386136
        },
        {
            "start": 868386139,
            "stop": 868386266
        },
        {
            "start": 868386267,
            "stop": 868386858
        },
        {
            "start": 868386860,
            "stop": 868387804
        },
        {
            "start": 868387806,
            "stop": 868388141
        },
        {
            "start": 868388143,
            "stop": 868388483
        },
        {
            "start": 868388485,
            "stop": 868388748
        },
        {
            "start": 868388751,
            "stop": 868389062
        },
        {
            "start": 868389064,
            "stop": 868389865
        },
        {
            "start": 868389868,
            "stop": 868390380
        },
        {
            "start": 868390381,
            "stop": 868391894
        },
        {
            "start": 868392925,
            "stop": 868398926
        },
        {
            "start": 868402763,
            "stop": 868411927
        },
        {
            "start": 868411930,
            "stop": 868417442
        },
        {
            "start": 868417444,
            "stop": 868472266
        }
    ]
}