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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=143",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 144,
    "results": [
        {
            "start": 1260427213,
            "stop": 1260427232
        },
        {
            "start": 1260427237,
            "stop": 1260427249
        },
        {
            "start": 1260427254,
            "stop": 1260427298
        },
        {
            "start": 1260427303,
            "stop": 1260427320
        },
        {
            "start": 1260427325,
            "stop": 1260427371
        },
        {
            "start": 1260427376,
            "stop": 1260427408
        },
        {
            "start": 1260427413,
            "stop": 1260427439
        },
        {
            "start": 1260427444,
            "stop": 1260427477
        },
        {
            "start": 1260427482,
            "stop": 1260427531
        },
        {
            "start": 1260427536,
            "stop": 1260427543
        },
        {
            "start": 1260427548,
            "stop": 1260427560
        },
        {
            "start": 1260427565,
            "stop": 1260427599
        },
        {
            "start": 1260427604,
            "stop": 1260427621
        },
        {
            "start": 1260427626,
            "stop": 1260427661
        },
        {
            "start": 1260427666,
            "stop": 1260427695
        },
        {
            "start": 1260427700,
            "stop": 1260427729
        },
        {
            "start": 1260427734,
            "stop": 1260427802
        },
        {
            "start": 1260427807,
            "stop": 1260427866
        },
        {
            "start": 1260427871,
            "stop": 1260427948
        },
        {
            "start": 1260427953,
            "stop": 1260427976
        }
    ]
}