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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=156",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 157,
    "results": [
        {
            "start": 826610602,
            "stop": 826610615
        },
        {
            "start": 826610617,
            "stop": 826616685
        },
        {
            "start": 826616688,
            "stop": 826624766
        },
        {
            "start": 826624768,
            "stop": 826624812
        },
        {
            "start": 826624814,
            "stop": 826625875
        },
        {
            "start": 826625877,
            "stop": 826625878
        },
        {
            "start": 826625880,
            "stop": 826626377
        },
        {
            "start": 826626379,
            "stop": 826626511
        },
        {
            "start": 826626811,
            "stop": 826626914
        },
        {
            "start": 826627374,
            "stop": 826631501
        },
        {
            "start": 826631504,
            "stop": 826631508
        },
        {
            "start": 826631510,
            "stop": 826631565
        },
        {
            "start": 826631567,
            "stop": 826631571
        },
        {
            "start": 826631573,
            "stop": 826632461
        },
        {
            "start": 826632462,
            "stop": 826632467
        },
        {
            "start": 826632469,
            "stop": 826637357
        },
        {
            "start": 826637363,
            "stop": 826640970
        },
        {
            "start": 826641106,
            "stop": 826641119
        },
        {
            "start": 826641419,
            "stop": 826642170
        },
        {
            "start": 826642504,
            "stop": 826643550
        }
    ]
}