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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3633",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3631",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3632,
    "results": [
        {
            "start": 970491290,
            "stop": 970491291
        },
        {
            "start": 970491297,
            "stop": 970491314
        },
        {
            "start": 970491320,
            "stop": 970491321
        },
        {
            "start": 970491331,
            "stop": 970491333
        },
        {
            "start": 970491336,
            "stop": 970491337
        },
        {
            "start": 970491348,
            "stop": 970491351
        },
        {
            "start": 970491357,
            "stop": 970491360
        },
        {
            "start": 970491366,
            "stop": 970491367
        },
        {
            "start": 970491369,
            "stop": 970491373
        },
        {
            "start": 970491376,
            "stop": 970491379
        },
        {
            "start": 970491386,
            "stop": 970491387
        },
        {
            "start": 970491394,
            "stop": 970491398
        },
        {
            "start": 970491405,
            "stop": 970491409
        },
        {
            "start": 970491414,
            "stop": 970491419
        },
        {
            "start": 970491425,
            "stop": 970491428
        },
        {
            "start": 970491431,
            "stop": 970491432
        },
        {
            "start": 970491442,
            "stop": 970491447
        },
        {
            "start": 970491450,
            "stop": 970491451
        },
        {
            "start": 970491465,
            "stop": 970491467
        },
        {
            "start": 970491469,
            "stop": 970491473
        }
    ]
}