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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=83",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 84,
    "results": [
        {
            "start": 1263231721,
            "stop": 1263231735
        },
        {
            "start": 1263231736,
            "stop": 1263231742
        },
        {
            "start": 1263231745,
            "stop": 1263231746
        },
        {
            "start": 1263231748,
            "stop": 1263231761
        },
        {
            "start": 1263231763,
            "stop": 1263231779
        },
        {
            "start": 1263231780,
            "stop": 1263231781
        },
        {
            "start": 1263231782,
            "stop": 1263231784
        },
        {
            "start": 1263231785,
            "stop": 1263231861
        },
        {
            "start": 1263231863,
            "stop": 1263231866
        },
        {
            "start": 1263231867,
            "stop": 1263231907
        },
        {
            "start": 1263231908,
            "stop": 1263233351
        },
        {
            "start": 1263235820,
            "stop": 1263237420
        },
        {
            "start": 1263237424,
            "stop": 1263237426
        },
        {
            "start": 1263237431,
            "stop": 1263237433
        },
        {
            "start": 1263237434,
            "stop": 1263237510
        },
        {
            "start": 1263237513,
            "stop": 1263237527
        },
        {
            "start": 1263237528,
            "stop": 1263237533
        },
        {
            "start": 1263237535,
            "stop": 1263237542
        },
        {
            "start": 1263237543,
            "stop": 1263237544
        },
        {
            "start": 1263237545,
            "stop": 1263237644
        }
    ]
}