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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4827",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4828,
    "results": [
        {
            "start": 874687005,
            "stop": 874687008
        },
        {
            "start": 874687051,
            "stop": 874687076
        },
        {
            "start": 874690004,
            "stop": 874690321
        },
        {
            "start": 874690563,
            "stop": 874692208
        },
        {
            "start": 874692227,
            "stop": 874692467
        },
        {
            "start": 874692589,
            "stop": 874692668
        },
        {
            "start": 874692687,
            "stop": 874693295
        },
        {
            "start": 874693314,
            "stop": 874693379
        },
        {
            "start": 874693398,
            "stop": 874693414
        },
        {
            "start": 874693450,
            "stop": 874693612
        },
        {
            "start": 874693631,
            "stop": 874693665
        },
        {
            "start": 874693685,
            "stop": 874693796
        },
        {
            "start": 874693818,
            "stop": 874693848
        },
        {
            "start": 874693867,
            "stop": 874693874
        },
        {
            "start": 874693893,
            "stop": 874693924
        },
        {
            "start": 874693972,
            "stop": 874694016
        },
        {
            "start": 874694062,
            "stop": 874694139
        },
        {
            "start": 874694172,
            "stop": 874694220
        },
        {
            "start": 874694239,
            "stop": 874694247
        },
        {
            "start": 874694271,
            "stop": 874694355
        }
    ]
}