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_CAT3/segments?format=api&page=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 133,
    "results": [
        {
            "start": 931591169,
            "stop": 931591174
        },
        {
            "start": 931591177,
            "stop": 931591179
        },
        {
            "start": 931591182,
            "stop": 931591189
        },
        {
            "start": 931591210,
            "stop": 931591212
        },
        {
            "start": 931591215,
            "stop": 931591218
        },
        {
            "start": 931591251,
            "stop": 931591253
        },
        {
            "start": 931591256,
            "stop": 931591260
        },
        {
            "start": 931591292,
            "stop": 931591293
        },
        {
            "start": 931591299,
            "stop": 931591301
        },
        {
            "start": 931591308,
            "stop": 931591309
        },
        {
            "start": 931591324,
            "stop": 931591327
        },
        {
            "start": 931591332,
            "stop": 931591335
        },
        {
            "start": 931591349,
            "stop": 931591352
        },
        {
            "start": 931591355,
            "stop": 931591357
        },
        {
            "start": 931591361,
            "stop": 931591364
        },
        {
            "start": 931591368,
            "stop": 931591373
        },
        {
            "start": 931591382,
            "stop": 931591386
        },
        {
            "start": 931591389,
            "stop": 931591390
        },
        {
            "start": 931591400,
            "stop": 931591401
        },
        {
            "start": 931591406,
            "stop": 931591407
        }
    ]
}