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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29401",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29399",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29400,
    "results": [
        {
            "start": 971409191,
            "stop": 971409192
        },
        {
            "start": 971409193,
            "stop": 971409194
        },
        {
            "start": 971409200,
            "stop": 971409202
        },
        {
            "start": 971409206,
            "stop": 971409207
        },
        {
            "start": 971409209,
            "stop": 971409217
        },
        {
            "start": 971409218,
            "stop": 971409222
        },
        {
            "start": 971409223,
            "stop": 971409225
        },
        {
            "start": 971409226,
            "stop": 971409230
        },
        {
            "start": 971409231,
            "stop": 971409232
        },
        {
            "start": 971409234,
            "stop": 971409237
        },
        {
            "start": 971409243,
            "stop": 971409245
        },
        {
            "start": 971409251,
            "stop": 971409254
        },
        {
            "start": 971409257,
            "stop": 971409259
        },
        {
            "start": 971409262,
            "stop": 971409272
        },
        {
            "start": 971409273,
            "stop": 971409281
        },
        {
            "start": 971409282,
            "stop": 971409283
        },
        {
            "start": 971409286,
            "stop": 971409289
        },
        {
            "start": 971409292,
            "stop": 971409295
        },
        {
            "start": 971409296,
            "stop": 971409305
        },
        {
            "start": 971409306,
            "stop": 971409313
        }
    ]
}