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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=307",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 308,
    "results": [
        {
            "start": 818237963,
            "stop": 818237966
        },
        {
            "start": 818237969,
            "stop": 818237970
        },
        {
            "start": 818237985,
            "stop": 818237989
        },
        {
            "start": 818238008,
            "stop": 818238012
        },
        {
            "start": 818238019,
            "stop": 818238025
        },
        {
            "start": 818238039,
            "stop": 818238040
        },
        {
            "start": 818238046,
            "stop": 818238047
        },
        {
            "start": 818238050,
            "stop": 818238052
        },
        {
            "start": 818238064,
            "stop": 818238066
        },
        {
            "start": 818238073,
            "stop": 818238074
        },
        {
            "start": 818238077,
            "stop": 818238079
        },
        {
            "start": 818238111,
            "stop": 818238114
        },
        {
            "start": 818238143,
            "stop": 818238145
        },
        {
            "start": 818238152,
            "stop": 818238154
        },
        {
            "start": 818238160,
            "stop": 818238162
        },
        {
            "start": 818238171,
            "stop": 818238173
        },
        {
            "start": 818238194,
            "stop": 818238195
        },
        {
            "start": 818238198,
            "stop": 818238199
        },
        {
            "start": 818238214,
            "stop": 818238220
        },
        {
            "start": 818238223,
            "stop": 818238226
        }
    ]
}