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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=286",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 287,
    "results": [
        {
            "start": 821693818,
            "stop": 821693828
        },
        {
            "start": 821693831,
            "stop": 821693836
        },
        {
            "start": 821693842,
            "stop": 821693844
        },
        {
            "start": 821693847,
            "stop": 821693851
        },
        {
            "start": 821693855,
            "stop": 821693861
        },
        {
            "start": 821693864,
            "stop": 821693884
        },
        {
            "start": 821693889,
            "stop": 821693904
        },
        {
            "start": 821693908,
            "stop": 821693911
        },
        {
            "start": 821693915,
            "stop": 821693917
        },
        {
            "start": 821693920,
            "stop": 821693921
        },
        {
            "start": 821693928,
            "stop": 821693942
        },
        {
            "start": 821693945,
            "stop": 821693955
        },
        {
            "start": 821693959,
            "stop": 821693981
        },
        {
            "start": 821693984,
            "stop": 821693985
        },
        {
            "start": 821693994,
            "stop": 821694004
        },
        {
            "start": 821694007,
            "stop": 821694013
        },
        {
            "start": 821694016,
            "stop": 821694017
        },
        {
            "start": 821694020,
            "stop": 821694022
        },
        {
            "start": 821694025,
            "stop": 821694038
        },
        {
            "start": 821694041,
            "stop": 821694069
        }
    ]
}