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=1863
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=1864",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1862",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1863,
    "results": [
        {
            "start": 844300175,
            "stop": 844300180
        },
        {
            "start": 844300185,
            "stop": 844305790
        },
        {
            "start": 844305795,
            "stop": 844305810
        },
        {
            "start": 844305818,
            "stop": 844310947
        },
        {
            "start": 844331503,
            "stop": 844331691
        },
        {
            "start": 844331991,
            "stop": 844345196
        },
        {
            "start": 844345306,
            "stop": 844347808
        },
        {
            "start": 844354769,
            "stop": 844356552
        },
        {
            "start": 844356852,
            "stop": 844356898
        },
        {
            "start": 844357008,
            "stop": 844361059
        },
        {
            "start": 844361115,
            "stop": 844361416
        },
        {
            "start": 844361464,
            "stop": 844362634
        },
        {
            "start": 844362687,
            "stop": 844370166
        },
        {
            "start": 844370794,
            "stop": 844371521
        },
        {
            "start": 844371631,
            "stop": 844371694
        },
        {
            "start": 844372245,
            "stop": 844374339
        },
        {
            "start": 844374639,
            "stop": 844378466
        },
        {
            "start": 844378538,
            "stop": 844379455
        },
        {
            "start": 844379520,
            "stop": 844379672
        },
        {
            "start": 844379678,
            "stop": 844385160
        }
    ]
}