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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=104",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 105,
    "results": [
        {
            "start": 817865266,
            "stop": 817865281
        },
        {
            "start": 817865288,
            "stop": 817865291
        },
        {
            "start": 817865298,
            "stop": 817865300
        },
        {
            "start": 817865307,
            "stop": 817865316
        },
        {
            "start": 817865350,
            "stop": 817865450
        },
        {
            "start": 817865461,
            "stop": 817865473
        },
        {
            "start": 817865503,
            "stop": 817865541
        },
        {
            "start": 817865550,
            "stop": 817865664
        },
        {
            "start": 817865671,
            "stop": 817865818
        },
        {
            "start": 817865826,
            "stop": 817865879
        },
        {
            "start": 817865889,
            "stop": 817865986
        },
        {
            "start": 817866019,
            "stop": 817866034
        },
        {
            "start": 817866042,
            "stop": 817866096
        },
        {
            "start": 817866103,
            "stop": 817866120
        },
        {
            "start": 817866129,
            "stop": 817866225
        },
        {
            "start": 817866233,
            "stop": 817866270
        },
        {
            "start": 817866277,
            "stop": 817866299
        },
        {
            "start": 817866306,
            "stop": 817866656
        },
        {
            "start": 817866664,
            "stop": 817866675
        },
        {
            "start": 817866682,
            "stop": 817866685
        }
    ]
}