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=276
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=277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=275",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 276,
    "results": [
        {
            "start": 931683441,
            "stop": 931683443
        },
        {
            "start": 931683446,
            "stop": 931683450
        },
        {
            "start": 931683454,
            "stop": 931683455
        },
        {
            "start": 931683458,
            "stop": 931683459
        },
        {
            "start": 931683464,
            "stop": 931683466
        },
        {
            "start": 931683472,
            "stop": 931683473
        },
        {
            "start": 931683476,
            "stop": 931683478
        },
        {
            "start": 931683485,
            "stop": 931683486
        },
        {
            "start": 931683492,
            "stop": 931683502
        },
        {
            "start": 931683507,
            "stop": 931683510
        },
        {
            "start": 931683513,
            "stop": 931683518
        },
        {
            "start": 931683521,
            "stop": 931683539
        },
        {
            "start": 931683551,
            "stop": 931683552
        },
        {
            "start": 931683562,
            "stop": 931683566
        },
        {
            "start": 931683572,
            "stop": 931683573
        },
        {
            "start": 931683581,
            "stop": 931683582
        },
        {
            "start": 931683585,
            "stop": 931683586
        },
        {
            "start": 931683590,
            "stop": 931683603
        },
        {
            "start": 931683613,
            "stop": 931683614
        },
        {
            "start": 931683623,
            "stop": 931683632
        }
    ]
}