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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16637",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16635",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16636,
    "results": [
        {
            "start": 874820168,
            "stop": 874820178
        },
        {
            "start": 874820181,
            "stop": 874820189
        },
        {
            "start": 874820190,
            "stop": 874820193
        },
        {
            "start": 874820195,
            "stop": 874820201
        },
        {
            "start": 874820203,
            "stop": 874820206
        },
        {
            "start": 874820207,
            "stop": 874820208
        },
        {
            "start": 874820209,
            "stop": 874820212
        },
        {
            "start": 874820214,
            "stop": 874820222
        },
        {
            "start": 874820224,
            "stop": 874820225
        },
        {
            "start": 874820227,
            "stop": 874820233
        },
        {
            "start": 874820235,
            "stop": 874820241
        },
        {
            "start": 874820242,
            "stop": 874820247
        },
        {
            "start": 874820249,
            "stop": 874820271
        },
        {
            "start": 874820272,
            "stop": 874820280
        },
        {
            "start": 874820282,
            "stop": 874820284
        },
        {
            "start": 874820285,
            "stop": 874820292
        },
        {
            "start": 874820293,
            "stop": 874820295
        },
        {
            "start": 874820296,
            "stop": 874820298
        },
        {
            "start": 874820303,
            "stop": 874820304
        },
        {
            "start": 874820306,
            "stop": 874820312
        }
    ]
}