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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=211",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 212,
    "results": [
        {
            "start": 818213730,
            "stop": 818213732
        },
        {
            "start": 818213748,
            "stop": 818213749
        },
        {
            "start": 818213770,
            "stop": 818213773
        },
        {
            "start": 818213783,
            "stop": 818213784
        },
        {
            "start": 818213794,
            "stop": 818213795
        },
        {
            "start": 818213798,
            "stop": 818213800
        },
        {
            "start": 818213804,
            "stop": 818213806
        },
        {
            "start": 818213812,
            "stop": 818213813
        },
        {
            "start": 818213820,
            "stop": 818213829
        },
        {
            "start": 818213859,
            "stop": 818213860
        },
        {
            "start": 818213881,
            "stop": 818213882
        },
        {
            "start": 818213887,
            "stop": 818213888
        },
        {
            "start": 818213905,
            "stop": 818213908
        },
        {
            "start": 818213921,
            "stop": 818213922
        },
        {
            "start": 818213946,
            "stop": 818213947
        },
        {
            "start": 818213969,
            "stop": 818213974
        },
        {
            "start": 818213994,
            "stop": 818213996
        },
        {
            "start": 818214000,
            "stop": 818214001
        },
        {
            "start": 818214004,
            "stop": 818214008
        },
        {
            "start": 818214025,
            "stop": 818214029
        }
    ]
}