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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=16",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 17,
    "results": [
        {
            "start": 816205918,
            "stop": 816208305
        },
        {
            "start": 816208801,
            "stop": 816209603
        },
        {
            "start": 816210210,
            "stop": 816211280
        },
        {
            "start": 816213644,
            "stop": 816214128
        },
        {
            "start": 816214560,
            "stop": 816215582
        },
        {
            "start": 816216106,
            "stop": 816216810
        },
        {
            "start": 816216870,
            "stop": 816216877
        },
        {
            "start": 816217230,
            "stop": 816219605
        },
        {
            "start": 816219606,
            "stop": 816221610
        },
        {
            "start": 816221882,
            "stop": 816224267
        },
        {
            "start": 816225711,
            "stop": 816231787
        },
        {
            "start": 816233403,
            "stop": 816233536
        },
        {
            "start": 816233936,
            "stop": 816234171
        },
        {
            "start": 816234712,
            "stop": 816238609
        },
        {
            "start": 816238929,
            "stop": 816241155
        },
        {
            "start": 816241555,
            "stop": 816244459
        },
        {
            "start": 816245026,
            "stop": 816246468
        },
        {
            "start": 816246471,
            "stop": 816250080
        },
        {
            "start": 816250083,
            "stop": 816252696
        },
        {
            "start": 816252697,
            "stop": 816253397
        }
    ]
}