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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=140",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 141,
    "results": [
        {
            "start": 819559380,
            "stop": 819561152
        },
        {
            "start": 819561159,
            "stop": 819562689
        },
        {
            "start": 819562696,
            "stop": 819565126
        },
        {
            "start": 819565133,
            "stop": 819568679
        },
        {
            "start": 819568686,
            "stop": 819573194
        },
        {
            "start": 819573432,
            "stop": 819574232
        },
        {
            "start": 819574239,
            "stop": 819576614
        },
        {
            "start": 819576621,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579915
        },
        {
            "start": 819580163,
            "stop": 819580317
        },
        {
            "start": 819580324,
            "stop": 819580657
        },
        {
            "start": 819580661,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        },
        {
            "start": 819580758,
            "stop": 819580764
        },
        {
            "start": 819580768,
            "stop": 819580778
        },
        {
            "start": 819580782,
            "stop": 819580797
        }
    ]
}