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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7480",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7478",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7479,
    "results": [
        {
            "start": 970205299,
            "stop": 970205485
        },
        {
            "start": 970205488,
            "stop": 970205507
        },
        {
            "start": 970205510,
            "stop": 970205566
        },
        {
            "start": 970205569,
            "stop": 970205835
        },
        {
            "start": 970205838,
            "stop": 970205894
        },
        {
            "start": 970205898,
            "stop": 970205970
        },
        {
            "start": 970205973,
            "stop": 970205975
        },
        {
            "start": 970205978,
            "stop": 970206144
        },
        {
            "start": 970206147,
            "stop": 970206165
        },
        {
            "start": 970206168,
            "stop": 970206178
        },
        {
            "start": 970206181,
            "stop": 970206184
        },
        {
            "start": 970206187,
            "stop": 970206246
        },
        {
            "start": 970206249,
            "stop": 970206321
        },
        {
            "start": 970206324,
            "stop": 970206626
        },
        {
            "start": 970206629,
            "stop": 970206718
        },
        {
            "start": 970206723,
            "stop": 970206740
        },
        {
            "start": 970206748,
            "stop": 970206755
        },
        {
            "start": 970206761,
            "stop": 970206768
        },
        {
            "start": 970206782,
            "stop": 970206959
        },
        {
            "start": 970206962,
            "stop": 970207100
        }
    ]
}