Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=178
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=177",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 178,
    "results": [
        {
            "start": 836294525,
            "stop": 836331613
        },
        {
            "start": 836332454,
            "stop": 836335186
        },
        {
            "start": 836336154,
            "stop": 836352714
        },
        {
            "start": 836353833,
            "stop": 836375173
        },
        {
            "start": 836376446,
            "stop": 836412493
        },
        {
            "start": 836413952,
            "stop": 836426832
        },
        {
            "start": 836432248,
            "stop": 836454193
        },
        {
            "start": 836454961,
            "stop": 836459653
        },
        {
            "start": 836460612,
            "stop": 836461513
        },
        {
            "start": 836462436,
            "stop": 836485033
        },
        {
            "start": 836487201,
            "stop": 836542515
        },
        {
            "start": 836543112,
            "stop": 836591188
        },
        {
            "start": 836591192,
            "stop": 836599538
        },
        {
            "start": 836599542,
            "stop": 836599941
        },
        {
            "start": 836599949,
            "stop": 836601962
        },
        {
            "start": 836603596,
            "stop": 836603619
        },
        {
            "start": 836603623,
            "stop": 836604205
        },
        {
            "start": 836604214,
            "stop": 836606159
        },
        {
            "start": 836606162,
            "stop": 836665244
        },
        {
            "start": 836701816,
            "stop": 836709913
        }
    ]
}