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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=63",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 64,
    "results": [
        {
            "start": 822013142,
            "stop": 822013209
        },
        {
            "start": 822013210,
            "stop": 822027358
        },
        {
            "start": 822030356,
            "stop": 822030410
        },
        {
            "start": 822030532,
            "stop": 822031856
        },
        {
            "start": 822031944,
            "stop": 822032590
        },
        {
            "start": 822032708,
            "stop": 822032740
        },
        {
            "start": 822032844,
            "stop": 822033074
        },
        {
            "start": 822045498,
            "stop": 822053136
        },
        {
            "start": 822053237,
            "stop": 822054410
        },
        {
            "start": 822056098,
            "stop": 822057412
        },
        {
            "start": 822057414,
            "stop": 822065814
        },
        {
            "start": 822068071,
            "stop": 822068739
        },
        {
            "start": 822068953,
            "stop": 822070124
        },
        {
            "start": 822070216,
            "stop": 822070244
        },
        {
            "start": 822070373,
            "stop": 822070407
        },
        {
            "start": 822070462,
            "stop": 822070939
        },
        {
            "start": 822071087,
            "stop": 822075750
        },
        {
            "start": 822075864,
            "stop": 822081621
        },
        {
            "start": 822081814,
            "stop": 822081857
        },
        {
            "start": 822082032,
            "stop": 822083216
        }
    ]
}