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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6240",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6241,
    "results": [
        {
            "start": 874842810,
            "stop": 874842811
        },
        {
            "start": 874842814,
            "stop": 874842820
        },
        {
            "start": 874842823,
            "stop": 874842827
        },
        {
            "start": 874842830,
            "stop": 874842837
        },
        {
            "start": 874842840,
            "stop": 874842843
        },
        {
            "start": 874842846,
            "stop": 874843269
        },
        {
            "start": 874843272,
            "stop": 874843302
        },
        {
            "start": 874843305,
            "stop": 874844142
        },
        {
            "start": 874844143,
            "stop": 874845380
        },
        {
            "start": 874846066,
            "stop": 874846980
        },
        {
            "start": 874847040,
            "stop": 874847162
        },
        {
            "start": 874847165,
            "stop": 874847174
        },
        {
            "start": 874847175,
            "stop": 874847178
        },
        {
            "start": 874847180,
            "stop": 874847190
        },
        {
            "start": 874847191,
            "stop": 874847200
        },
        {
            "start": 874847201,
            "stop": 874847204
        },
        {
            "start": 874847205,
            "stop": 874847207
        },
        {
            "start": 874865677,
            "stop": 874865686
        },
        {
            "start": 874865687,
            "stop": 874865691
        },
        {
            "start": 874865692,
            "stop": 874865696
        }
    ]
}