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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=376",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 377,
    "results": [
        {
            "start": 1264328247,
            "stop": 1264328264
        },
        {
            "start": 1264328266,
            "stop": 1264328269
        },
        {
            "start": 1264328270,
            "stop": 1264328271
        },
        {
            "start": 1264328282,
            "stop": 1264328309
        },
        {
            "start": 1264328312,
            "stop": 1264328319
        },
        {
            "start": 1264328320,
            "stop": 1264328321
        },
        {
            "start": 1264328322,
            "stop": 1264328329
        },
        {
            "start": 1264328330,
            "stop": 1264328332
        },
        {
            "start": 1264328333,
            "stop": 1264328342
        },
        {
            "start": 1264328346,
            "stop": 1264328351
        },
        {
            "start": 1264328355,
            "stop": 1264328356
        },
        {
            "start": 1264328357,
            "stop": 1264328507
        },
        {
            "start": 1264328508,
            "stop": 1264328510
        },
        {
            "start": 1264328512,
            "stop": 1264328513
        },
        {
            "start": 1264328515,
            "stop": 1264328518
        },
        {
            "start": 1264328521,
            "stop": 1264328536
        },
        {
            "start": 1264328537,
            "stop": 1264328538
        },
        {
            "start": 1264328539,
            "stop": 1264328541
        },
        {
            "start": 1264328542,
            "stop": 1264328544
        },
        {
            "start": 1264328545,
            "stop": 1264328546
        }
    ]
}