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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=273",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 274,
    "results": [
        {
            "start": 931683106,
            "stop": 931683108
        },
        {
            "start": 931683113,
            "stop": 931683114
        },
        {
            "start": 931683116,
            "stop": 931683118
        },
        {
            "start": 931683127,
            "stop": 931683129
        },
        {
            "start": 931683131,
            "stop": 931683133
        },
        {
            "start": 931683139,
            "stop": 931683141
        },
        {
            "start": 931683149,
            "stop": 931683155
        },
        {
            "start": 931683165,
            "stop": 931683167
        },
        {
            "start": 931683173,
            "stop": 931683175
        },
        {
            "start": 931683178,
            "stop": 931683180
        },
        {
            "start": 931683208,
            "stop": 931683210
        },
        {
            "start": 931683214,
            "stop": 931683216
        },
        {
            "start": 931683226,
            "stop": 931683231
        },
        {
            "start": 931683234,
            "stop": 931683235
        },
        {
            "start": 931683242,
            "stop": 931683246
        },
        {
            "start": 931683248,
            "stop": 931683251
        },
        {
            "start": 931683254,
            "stop": 931683255
        },
        {
            "start": 931683258,
            "stop": 931683260
        },
        {
            "start": 931683263,
            "stop": 931683266
        },
        {
            "start": 931683274,
            "stop": 931683276
        }
    ]
}