Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=145
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=144",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 145,
    "results": [
        {
            "start": 1417948638,
            "stop": 1417953826
        },
        {
            "start": 1417953830,
            "stop": 1417959299
        },
        {
            "start": 1417959304,
            "stop": 1417961642
        },
        {
            "start": 1417961647,
            "stop": 1417967817
        },
        {
            "start": 1417967822,
            "stop": 1417972215
        },
        {
            "start": 1417972220,
            "stop": 1417978260
        },
        {
            "start": 1417978265,
            "stop": 1417978745
        },
        {
            "start": 1417978749,
            "stop": 1417979166
        },
        {
            "start": 1417979171,
            "stop": 1417980691
        },
        {
            "start": 1417980696,
            "stop": 1417981278
        },
        {
            "start": 1417981578,
            "stop": 1417984514
        },
        {
            "start": 1417984519,
            "stop": 1417989939
        },
        {
            "start": 1417990978,
            "stop": 1417992896
        },
        {
            "start": 1417992901,
            "stop": 1417995481
        },
        {
            "start": 1417995485,
            "stop": 1417998342
        },
        {
            "start": 1417998347,
            "stop": 1417999844
        },
        {
            "start": 1417999849,
            "stop": 1418000237
        },
        {
            "start": 1418000242,
            "stop": 1418006033
        },
        {
            "start": 1418006038,
            "stop": 1418011216
        },
        {
            "start": 1418016732,
            "stop": 1418032323
        }
    ]
}