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=4986
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=4987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4985",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4986,
    "results": [
        {
            "start": 874511827,
            "stop": 874511843
        },
        {
            "start": 874511850,
            "stop": 874511873
        },
        {
            "start": 874511880,
            "stop": 874511906
        },
        {
            "start": 874511913,
            "stop": 874511938
        },
        {
            "start": 874511946,
            "stop": 874512001
        },
        {
            "start": 874512008,
            "stop": 874512012
        },
        {
            "start": 874512019,
            "stop": 874512023
        },
        {
            "start": 874512030,
            "stop": 874512036
        },
        {
            "start": 874512048,
            "stop": 874512095
        },
        {
            "start": 874512102,
            "stop": 874512234
        },
        {
            "start": 874512241,
            "stop": 874512250
        },
        {
            "start": 874512257,
            "stop": 874512264
        },
        {
            "start": 874512278,
            "stop": 874512285
        },
        {
            "start": 874512306,
            "stop": 874512336
        },
        {
            "start": 874512343,
            "stop": 874512386
        },
        {
            "start": 874512393,
            "stop": 874512437
        },
        {
            "start": 874512444,
            "stop": 874512491
        },
        {
            "start": 874512499,
            "stop": 874512537
        },
        {
            "start": 874512544,
            "stop": 874512603
        },
        {
            "start": 874512610,
            "stop": 874512743
        }
    ]
}