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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=53",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 54,
    "results": [
        {
            "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
        },
        {
            "start": 931499314,
            "stop": 931499318
        },
        {
            "start": 931499327,
            "stop": 931499329
        },
        {
            "start": 931499334,
            "stop": 931499338
        },
        {
            "start": 931499341,
            "stop": 931499345
        },
        {
            "start": 931499349,
            "stop": 931499360
        },
        {
            "start": 931499362,
            "stop": 931499385
        },
        {
            "start": 931499388,
            "stop": 931499389
        },
        {
            "start": 931499391,
            "stop": 931499398
        },
        {
            "start": 931499401,
            "stop": 931499404
        },
        {
            "start": 931499408,
            "stop": 931499409
        },
        {
            "start": 931499412,
            "stop": 931499414
        }
    ]
}