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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3669",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3667",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3668,
    "results": [
        {
            "start": 872882117,
            "stop": 872882620
        },
        {
            "start": 872882637,
            "stop": 872882754
        },
        {
            "start": 872882771,
            "stop": 872883208
        },
        {
            "start": 872883225,
            "stop": 872884464
        },
        {
            "start": 872884504,
            "stop": 872885040
        },
        {
            "start": 872885100,
            "stop": 872885429
        },
        {
            "start": 872885446,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        },
        {
            "start": 872887909,
            "stop": 872888313
        },
        {
            "start": 872888330,
            "stop": 872888544
        },
        {
            "start": 872888561,
            "stop": 872889218
        },
        {
            "start": 872889235,
            "stop": 872889664
        },
        {
            "start": 872889681,
            "stop": 872889894
        },
        {
            "start": 872889911,
            "stop": 872890174
        },
        {
            "start": 872890196,
            "stop": 872890247
        },
        {
            "start": 872890268,
            "stop": 872891646
        },
        {
            "start": 872891663,
            "stop": 872891671
        },
        {
            "start": 872891688,
            "stop": 872893260
        },
        {
            "start": 872893320,
            "stop": 872893808
        },
        {
            "start": 872893888,
            "stop": 872894726
        }
    ]
}