Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=31
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=32",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=30",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 31,
    "results": [
        {
            "start": 1262206188,
            "stop": 1262206549
        },
        {
            "start": 1262206550,
            "stop": 1262206780
        },
        {
            "start": 1262206781,
            "stop": 1262208460
        },
        {
            "start": 1262208461,
            "stop": 1262208984
        },
        {
            "start": 1262208985,
            "stop": 1262209594
        },
        {
            "start": 1262209595,
            "stop": 1262210062
        },
        {
            "start": 1262210063,
            "stop": 1262211157
        },
        {
            "start": 1262211158,
            "stop": 1262211563
        },
        {
            "start": 1262211564,
            "stop": 1262230488
        },
        {
            "start": 1262232415,
            "stop": 1262234666
        },
        {
            "start": 1262239461,
            "stop": 1262274503
        },
        {
            "start": 1262274504,
            "stop": 1262278048
        },
        {
            "start": 1262281048,
            "stop": 1262288931
        },
        {
            "start": 1262288932,
            "stop": 1262291081
        },
        {
            "start": 1262293167,
            "stop": 1262303956
        },
        {
            "start": 1262303957,
            "stop": 1262308766
        },
        {
            "start": 1262308767,
            "stop": 1262308792
        },
        {
            "start": 1262308793,
            "stop": 1262308862
        },
        {
            "start": 1262308863,
            "stop": 1262308871
        },
        {
            "start": 1262308872,
            "stop": 1262308873
        }
    ]
}