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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=81",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 82,
    "results": [
        {
            "start": 931270607,
            "stop": 931270623
        },
        {
            "start": 931270625,
            "stop": 931270626
        },
        {
            "start": 931270628,
            "stop": 931270657
        },
        {
            "start": 931270659,
            "stop": 931270698
        },
        {
            "start": 931270700,
            "stop": 931270720
        },
        {
            "start": 931270722,
            "stop": 931270730
        },
        {
            "start": 931270732,
            "stop": 931270752
        },
        {
            "start": 931270753,
            "stop": 931270768
        },
        {
            "start": 931270770,
            "stop": 931270779
        },
        {
            "start": 931270781,
            "stop": 931270784
        },
        {
            "start": 931270786,
            "stop": 931270808
        },
        {
            "start": 931270810,
            "stop": 931270902
        },
        {
            "start": 931270904,
            "stop": 931270931
        },
        {
            "start": 931270933,
            "stop": 931271005
        },
        {
            "start": 931271008,
            "stop": 931271068
        },
        {
            "start": 931271070,
            "stop": 931271076
        },
        {
            "start": 931271078,
            "stop": 931271102
        },
        {
            "start": 931271104,
            "stop": 931271129
        },
        {
            "start": 931271132,
            "stop": 931271138
        },
        {
            "start": 931271140,
            "stop": 931271167
        }
    ]
}