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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=265",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 266,
    "results": [
        {
            "start": 931611259,
            "stop": 931611311
        },
        {
            "start": 931611312,
            "stop": 931611342
        },
        {
            "start": 931611343,
            "stop": 931611444
        },
        {
            "start": 931611445,
            "stop": 931611470
        },
        {
            "start": 931611471,
            "stop": 931611570
        },
        {
            "start": 931611572,
            "stop": 931611596
        },
        {
            "start": 931611598,
            "stop": 931611604
        },
        {
            "start": 931611605,
            "stop": 931611609
        },
        {
            "start": 931611611,
            "stop": 931611613
        },
        {
            "start": 931611975,
            "stop": 931612012
        },
        {
            "start": 931612014,
            "stop": 931612038
        },
        {
            "start": 931612039,
            "stop": 931612070
        },
        {
            "start": 931612071,
            "stop": 931612076
        },
        {
            "start": 931612077,
            "stop": 931612121
        },
        {
            "start": 931612123,
            "stop": 931612171
        },
        {
            "start": 931612172,
            "stop": 931612174
        },
        {
            "start": 931612175,
            "stop": 931612177
        },
        {
            "start": 931612178,
            "stop": 931612183
        },
        {
            "start": 931612185,
            "stop": 931612305
        },
        {
            "start": 931612306,
            "stop": 931612317
        }
    ]
}