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=303
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=304",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=302",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 303,
    "results": [
        {
            "start": 1264844184,
            "stop": 1264844195
        },
        {
            "start": 1264844199,
            "stop": 1264844296
        },
        {
            "start": 1264844299,
            "stop": 1264844303
        },
        {
            "start": 1264844305,
            "stop": 1264844306
        },
        {
            "start": 1264844308,
            "stop": 1264844309
        },
        {
            "start": 1264844312,
            "stop": 1264844336
        },
        {
            "start": 1264844338,
            "stop": 1264844436
        },
        {
            "start": 1264844439,
            "stop": 1264844453
        },
        {
            "start": 1264844456,
            "stop": 1264844458
        },
        {
            "start": 1264844460,
            "stop": 1264844505
        },
        {
            "start": 1264844507,
            "stop": 1264844592
        },
        {
            "start": 1264844593,
            "stop": 1264844619
        },
        {
            "start": 1264844623,
            "stop": 1264844637
        },
        {
            "start": 1264844640,
            "stop": 1264844705
        },
        {
            "start": 1264844707,
            "stop": 1264844818
        },
        {
            "start": 1264844821,
            "stop": 1264844864
        },
        {
            "start": 1264844867,
            "stop": 1264844870
        },
        {
            "start": 1264844874,
            "stop": 1264844917
        },
        {
            "start": 1264844919,
            "stop": 1264844931
        },
        {
            "start": 1264844935,
            "stop": 1264845017
        }
    ]
}