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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=78",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 79,
    "results": [
        {
            "start": 826884505,
            "stop": 826887853
        },
        {
            "start": 826888565,
            "stop": 826892862
        },
        {
            "start": 826906267,
            "stop": 826907155
        },
        {
            "start": 826910611,
            "stop": 826912076
        },
        {
            "start": 826913104,
            "stop": 826916533
        },
        {
            "start": 826916567,
            "stop": 826916570
        },
        {
            "start": 826927902,
            "stop": 826928104
        },
        {
            "start": 826929559,
            "stop": 826930033
        },
        {
            "start": 826930060,
            "stop": 826930063
        },
        {
            "start": 826931006,
            "stop": 826931507
        },
        {
            "start": 826932017,
            "stop": 826932973
        },
        {
            "start": 826933750,
            "stop": 826936333
        },
        {
            "start": 826937626,
            "stop": 826939513
        },
        {
            "start": 826939562,
            "stop": 826939565
        },
        {
            "start": 826939633,
            "stop": 826945435
        },
        {
            "start": 826946716,
            "stop": 826955773
        },
        {
            "start": 826957145,
            "stop": 826971500
        },
        {
            "start": 826973081,
            "stop": 826980853
        },
        {
            "start": 826980892,
            "stop": 826980895
        },
        {
            "start": 826980997,
            "stop": 826981633
        }
    ]
}