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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=54",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 55,
    "results": [
        {
            "start": 931499111,
            "stop": 931499114
        },
        {
            "start": 931499117,
            "stop": 931499125
        },
        {
            "start": 931499129,
            "stop": 931499135
        },
        {
            "start": 931499138,
            "stop": 931499149
        },
        {
            "start": 931499152,
            "stop": 931499155
        },
        {
            "start": 931499158,
            "stop": 931499164
        },
        {
            "start": 931499167,
            "stop": 931499170
        },
        {
            "start": 931499173,
            "stop": 931499177
        },
        {
            "start": 931499187,
            "stop": 931499214
        },
        {
            "start": 931499217,
            "stop": 931499220
        },
        {
            "start": 931499223,
            "stop": 931499225
        },
        {
            "start": 931499227,
            "stop": 931499230
        },
        {
            "start": 931499233,
            "stop": 931499243
        },
        {
            "start": 931499250,
            "stop": 931499257
        },
        {
            "start": 931499259,
            "stop": 931499273
        },
        {
            "start": 931499279,
            "stop": 931499280
        },
        {
            "start": 931499283,
            "stop": 931499285
        },
        {
            "start": 931499291,
            "stop": 931499297
        },
        {
            "start": 931499300,
            "stop": 931499301
        },
        {
            "start": 931499304,
            "stop": 931499305
        }
    ]
}