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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5135",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5136,
    "results": [
        {
            "start": 874743662,
            "stop": 874743663
        },
        {
            "start": 874743682,
            "stop": 874743733
        },
        {
            "start": 874743752,
            "stop": 874743754
        },
        {
            "start": 874743773,
            "stop": 874743812
        },
        {
            "start": 874743831,
            "stop": 874743943
        },
        {
            "start": 874743962,
            "stop": 874744060
        },
        {
            "start": 874744079,
            "stop": 874744092
        },
        {
            "start": 874744112,
            "stop": 874744115
        },
        {
            "start": 874744134,
            "stop": 874744193
        },
        {
            "start": 874744212,
            "stop": 874744213
        },
        {
            "start": 874744233,
            "stop": 874744262
        },
        {
            "start": 874744282,
            "stop": 874744293
        },
        {
            "start": 874744312,
            "stop": 874744412
        },
        {
            "start": 874744437,
            "stop": 874744444
        },
        {
            "start": 874744463,
            "stop": 874744513
        },
        {
            "start": 874744532,
            "stop": 874744548
        },
        {
            "start": 874744567,
            "stop": 874744659
        },
        {
            "start": 874744678,
            "stop": 874744686
        },
        {
            "start": 874744711,
            "stop": 874744816
        },
        {
            "start": 874744851,
            "stop": 874745028
        }
    ]
}