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=14072
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=14073",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14071",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14072,
    "results": [
        {
            "start": 971156322,
            "stop": 971156325
        },
        {
            "start": 971156326,
            "stop": 971156327
        },
        {
            "start": 971156329,
            "stop": 971156334
        },
        {
            "start": 971156335,
            "stop": 971156338
        },
        {
            "start": 971156339,
            "stop": 971156340
        },
        {
            "start": 971156341,
            "stop": 971156343
        },
        {
            "start": 971156344,
            "stop": 971156347
        },
        {
            "start": 971156351,
            "stop": 971156352
        },
        {
            "start": 971156353,
            "stop": 971156354
        },
        {
            "start": 971156355,
            "stop": 971156356
        },
        {
            "start": 971156357,
            "stop": 971156360
        },
        {
            "start": 971156362,
            "stop": 971156365
        },
        {
            "start": 971156366,
            "stop": 971156367
        },
        {
            "start": 971156369,
            "stop": 971156372
        },
        {
            "start": 971156373,
            "stop": 971156379
        },
        {
            "start": 971156381,
            "stop": 971156383
        },
        {
            "start": 971156384,
            "stop": 971156385
        },
        {
            "start": 971156389,
            "stop": 971156390
        },
        {
            "start": 971156392,
            "stop": 971156394
        },
        {
            "start": 971156398,
            "stop": 971156403
        }
    ]
}