Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=178
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=177",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 178,
    "results": [
        {
            "start": 931472196,
            "stop": 931472205
        },
        {
            "start": 931472207,
            "stop": 931472211
        },
        {
            "start": 931472215,
            "stop": 931472217
        },
        {
            "start": 931472218,
            "stop": 931472219
        },
        {
            "start": 931472220,
            "stop": 931472223
        },
        {
            "start": 931472225,
            "stop": 931472229
        },
        {
            "start": 931472231,
            "stop": 931472278
        },
        {
            "start": 931472279,
            "stop": 931472284
        },
        {
            "start": 931472286,
            "stop": 931472289
        },
        {
            "start": 931472291,
            "stop": 931472303
        },
        {
            "start": 931472305,
            "stop": 931472306
        },
        {
            "start": 931472309,
            "stop": 931472331
        },
        {
            "start": 931472333,
            "stop": 931472351
        },
        {
            "start": 931472352,
            "stop": 931472362
        },
        {
            "start": 931472364,
            "stop": 931472369
        },
        {
            "start": 931472371,
            "stop": 931472392
        },
        {
            "start": 931472393,
            "stop": 931472400
        },
        {
            "start": 931472401,
            "stop": 931472403
        },
        {
            "start": 931472407,
            "stop": 931472425
        },
        {
            "start": 931472427,
            "stop": 931472430
        }
    ]
}