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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=310",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 311,
    "results": [
        {
            "start": 931772056,
            "stop": 931772073
        },
        {
            "start": 931772076,
            "stop": 931772083
        },
        {
            "start": 931772086,
            "stop": 931772089
        },
        {
            "start": 931772095,
            "stop": 931772097
        },
        {
            "start": 931772100,
            "stop": 931772106
        },
        {
            "start": 931772109,
            "stop": 931772118
        },
        {
            "start": 931772120,
            "stop": 931772122
        },
        {
            "start": 931772125,
            "stop": 931772129
        },
        {
            "start": 931772132,
            "stop": 931772153
        },
        {
            "start": 931772156,
            "stop": 931772159
        },
        {
            "start": 931772164,
            "stop": 931772165
        },
        {
            "start": 931772168,
            "stop": 931772169
        },
        {
            "start": 931772172,
            "stop": 931772174
        },
        {
            "start": 931772177,
            "stop": 931772191
        },
        {
            "start": 931772194,
            "stop": 931772211
        },
        {
            "start": 931772214,
            "stop": 931772216
        },
        {
            "start": 931772223,
            "stop": 931772241
        },
        {
            "start": 931772244,
            "stop": 931772258
        },
        {
            "start": 931772261,
            "stop": 931772265
        },
        {
            "start": 931772268,
            "stop": 931772289
        }
    ]
}