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=145
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=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=144",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 145,
    "results": [
        {
            "start": 818076205,
            "stop": 818076218
        },
        {
            "start": 818076224,
            "stop": 818076225
        },
        {
            "start": 818076229,
            "stop": 818076232
        },
        {
            "start": 818076235,
            "stop": 818076238
        },
        {
            "start": 818076241,
            "stop": 818076250
        },
        {
            "start": 818076260,
            "stop": 818076262
        },
        {
            "start": 818076270,
            "stop": 818076272
        },
        {
            "start": 818076283,
            "stop": 818076287
        },
        {
            "start": 818076290,
            "stop": 818076294
        },
        {
            "start": 818076297,
            "stop": 818076298
        },
        {
            "start": 818076302,
            "stop": 818076307
        },
        {
            "start": 818076310,
            "stop": 818076312
        },
        {
            "start": 818076318,
            "stop": 818076319
        },
        {
            "start": 818076324,
            "stop": 818076326
        },
        {
            "start": 818076330,
            "stop": 818076335
        },
        {
            "start": 818076340,
            "stop": 818076341
        },
        {
            "start": 818076344,
            "stop": 818076347
        },
        {
            "start": 818076351,
            "stop": 818076355
        },
        {
            "start": 818076358,
            "stop": 818076365
        },
        {
            "start": 818076369,
            "stop": 818076371
        }
    ]
}