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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=174",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 175,
    "results": [
        {
            "start": 819561157,
            "stop": 819561312
        },
        {
            "start": 819561344,
            "stop": 819562691
        },
        {
            "start": 819562694,
            "stop": 819563881
        },
        {
            "start": 819564001,
            "stop": 819565128
        },
        {
            "start": 819565131,
            "stop": 819568681
        },
        {
            "start": 819568684,
            "stop": 819569178
        },
        {
            "start": 819569298,
            "stop": 819572366
        },
        {
            "start": 819572486,
            "stop": 819573032
        },
        {
            "start": 819573510,
            "stop": 819574234
        },
        {
            "start": 819574237,
            "stop": 819576616
        },
        {
            "start": 819576619,
            "stop": 819579450
        },
        {
            "start": 819579454,
            "stop": 819579460
        },
        {
            "start": 819579464,
            "stop": 819579763
        },
        {
            "start": 819580230,
            "stop": 819580319
        },
        {
            "start": 819580322,
            "stop": 819580657
        },
        {
            "start": 819580661,
            "stop": 819580676
        },
        {
            "start": 819580680,
            "stop": 819580706
        },
        {
            "start": 819580710,
            "stop": 819580730
        },
        {
            "start": 819580734,
            "stop": 819580745
        },
        {
            "start": 819580748,
            "stop": 819580754
        }
    ]
}