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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5191",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5192,
    "results": [
        {
            "start": 874797763,
            "stop": 874798034
        },
        {
            "start": 874798041,
            "stop": 874798291
        },
        {
            "start": 874798299,
            "stop": 874798343
        },
        {
            "start": 874798350,
            "stop": 874798428
        },
        {
            "start": 874798435,
            "stop": 874798441
        },
        {
            "start": 874798449,
            "stop": 874798547
        },
        {
            "start": 874798554,
            "stop": 874798593
        },
        {
            "start": 874798600,
            "stop": 874798748
        },
        {
            "start": 874798755,
            "stop": 874798847
        },
        {
            "start": 874798859,
            "stop": 874798899
        },
        {
            "start": 874798906,
            "stop": 874798960
        },
        {
            "start": 874798967,
            "stop": 874799165
        },
        {
            "start": 874799174,
            "stop": 874799382
        },
        {
            "start": 874799389,
            "stop": 874799391
        },
        {
            "start": 874799398,
            "stop": 874799778
        },
        {
            "start": 874799785,
            "stop": 874799860
        },
        {
            "start": 874799867,
            "stop": 874800631
        },
        {
            "start": 874800638,
            "stop": 874800957
        },
        {
            "start": 874800968,
            "stop": 874802065
        },
        {
            "start": 874804095,
            "stop": 874807929
        }
    ]
}