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=130
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=131",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=129",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 130,
    "results": [
        {
            "start": 1264251465,
            "stop": 1264251614
        },
        {
            "start": 1264251616,
            "stop": 1264251703
        },
        {
            "start": 1264251704,
            "stop": 1264251734
        },
        {
            "start": 1264251735,
            "stop": 1264251736
        },
        {
            "start": 1264251737,
            "stop": 1264251804
        },
        {
            "start": 1264251806,
            "stop": 1264251942
        },
        {
            "start": 1264251943,
            "stop": 1264252084
        },
        {
            "start": 1264252086,
            "stop": 1264252482
        },
        {
            "start": 1264252484,
            "stop": 1264252576
        },
        {
            "start": 1264252578,
            "stop": 1264252598
        },
        {
            "start": 1264252601,
            "stop": 1264252688
        },
        {
            "start": 1264252691,
            "stop": 1264252871
        },
        {
            "start": 1264252873,
            "stop": 1264253177
        },
        {
            "start": 1264253181,
            "stop": 1264253240
        },
        {
            "start": 1264253241,
            "stop": 1264253933
        },
        {
            "start": 1264253935,
            "stop": 1264254048
        },
        {
            "start": 1264254050,
            "stop": 1264254078
        },
        {
            "start": 1264254079,
            "stop": 1264254196
        },
        {
            "start": 1264254197,
            "stop": 1264254198
        },
        {
            "start": 1264254199,
            "stop": 1264254246
        }
    ]
}