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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=332",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 333,
    "results": [
        {
            "start": 931777176,
            "stop": 931777179
        },
        {
            "start": 931777190,
            "stop": 931777191
        },
        {
            "start": 931777208,
            "stop": 931777211
        },
        {
            "start": 931777217,
            "stop": 931777220
        },
        {
            "start": 931777228,
            "stop": 931777229
        },
        {
            "start": 931777233,
            "stop": 931777235
        },
        {
            "start": 931777237,
            "stop": 931777240
        },
        {
            "start": 931777252,
            "stop": 931777256
        },
        {
            "start": 931777259,
            "stop": 931777263
        },
        {
            "start": 931777271,
            "stop": 931777273
        },
        {
            "start": 931777275,
            "stop": 931777280
        },
        {
            "start": 931777283,
            "stop": 931777284
        },
        {
            "start": 931777288,
            "stop": 931777292
        },
        {
            "start": 931777295,
            "stop": 931777299
        },
        {
            "start": 931777304,
            "stop": 931777305
        },
        {
            "start": 931777314,
            "stop": 931777318
        },
        {
            "start": 931777347,
            "stop": 931777348
        },
        {
            "start": 931777363,
            "stop": 931777364
        },
        {
            "start": 931777367,
            "stop": 931777370
        },
        {
            "start": 931777373,
            "stop": 931777376
        }
    ]
}