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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=454",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 455,
    "results": [
        {
            "start": 1264389267,
            "stop": 1264389445
        },
        {
            "start": 1264389447,
            "stop": 1264389468
        },
        {
            "start": 1264389469,
            "stop": 1264389472
        },
        {
            "start": 1264389477,
            "stop": 1264389478
        },
        {
            "start": 1264389479,
            "stop": 1264389485
        },
        {
            "start": 1264389487,
            "stop": 1264389493
        },
        {
            "start": 1264389495,
            "stop": 1264389555
        },
        {
            "start": 1264389556,
            "stop": 1264389563
        },
        {
            "start": 1264389565,
            "stop": 1264389567
        },
        {
            "start": 1264389568,
            "stop": 1264389569
        },
        {
            "start": 1264389570,
            "stop": 1264389571
        },
        {
            "start": 1264389573,
            "stop": 1264389575
        },
        {
            "start": 1264389577,
            "stop": 1264389580
        },
        {
            "start": 1264389582,
            "stop": 1264389584
        },
        {
            "start": 1264389585,
            "stop": 1264389588
        },
        {
            "start": 1264389591,
            "stop": 1264389593
        },
        {
            "start": 1264389594,
            "stop": 1264389596
        },
        {
            "start": 1264389600,
            "stop": 1264389601
        },
        {
            "start": 1264389602,
            "stop": 1264389603
        },
        {
            "start": 1264389608,
            "stop": 1264389609
        }
    ]
}