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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=282",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=280",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 281,
    "results": [
        {
            "start": 1264756658,
            "stop": 1264756660
        },
        {
            "start": 1264756661,
            "stop": 1264756830
        },
        {
            "start": 1264756831,
            "stop": 1264756832
        },
        {
            "start": 1264756833,
            "stop": 1264756837
        },
        {
            "start": 1264756839,
            "stop": 1264756840
        },
        {
            "start": 1264756842,
            "stop": 1264756843
        },
        {
            "start": 1264756844,
            "stop": 1264756846
        },
        {
            "start": 1264756847,
            "stop": 1264756849
        },
        {
            "start": 1264756850,
            "stop": 1264756851
        },
        {
            "start": 1264756852,
            "stop": 1264756856
        },
        {
            "start": 1264756858,
            "stop": 1264756883
        },
        {
            "start": 1264756884,
            "stop": 1264756886
        },
        {
            "start": 1264756887,
            "stop": 1264757629
        },
        {
            "start": 1264757631,
            "stop": 1264757643
        },
        {
            "start": 1264757644,
            "stop": 1264757645
        },
        {
            "start": 1264757648,
            "stop": 1264758145
        },
        {
            "start": 1264758147,
            "stop": 1264758153
        },
        {
            "start": 1264758154,
            "stop": 1264758437
        },
        {
            "start": 1264758438,
            "stop": 1264759107
        },
        {
            "start": 1264759110,
            "stop": 1264759927
        }
    ]
}