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_CBCHIGH_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_CBCHIGH_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=286",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 287,
    "results": [
        {
            "start": 821690632,
            "stop": 821690644
        },
        {
            "start": 821690647,
            "stop": 821690660
        },
        {
            "start": 821690663,
            "stop": 821690670
        },
        {
            "start": 821690676,
            "stop": 821690677
        },
        {
            "start": 821690683,
            "stop": 821690703
        },
        {
            "start": 821690706,
            "stop": 821690713
        },
        {
            "start": 821690718,
            "stop": 821690745
        },
        {
            "start": 821690748,
            "stop": 821690749
        },
        {
            "start": 821690758,
            "stop": 821690808
        },
        {
            "start": 821690811,
            "stop": 821690820
        },
        {
            "start": 821690823,
            "stop": 821690839
        },
        {
            "start": 821690842,
            "stop": 821690844
        },
        {
            "start": 821690988,
            "stop": 821690990
        },
        {
            "start": 821690993,
            "stop": 821691050
        },
        {
            "start": 821691053,
            "stop": 821691064
        },
        {
            "start": 821691067,
            "stop": 821691146
        },
        {
            "start": 821691149,
            "stop": 821691195
        },
        {
            "start": 821691198,
            "stop": 821691209
        },
        {
            "start": 821691218,
            "stop": 821691231
        },
        {
            "start": 821691234,
            "stop": 821691244
        }
    ]
}