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=1857
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=1858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1856",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1857,
    "results": [
        {
            "start": 843899583,
            "stop": 843899727
        },
        {
            "start": 843899729,
            "stop": 843899927
        },
        {
            "start": 843899929,
            "stop": 843900008
        },
        {
            "start": 843900010,
            "stop": 843900049
        },
        {
            "start": 843900051,
            "stop": 843900388
        },
        {
            "start": 843900390,
            "stop": 843900776
        },
        {
            "start": 843900778,
            "stop": 843900883
        },
        {
            "start": 843900885,
            "stop": 843901040
        },
        {
            "start": 843901042,
            "stop": 843901232
        },
        {
            "start": 843901234,
            "stop": 843901281
        },
        {
            "start": 843901283,
            "stop": 843901703
        },
        {
            "start": 843901705,
            "stop": 843901764
        },
        {
            "start": 843901766,
            "stop": 843901839
        },
        {
            "start": 843901841,
            "stop": 843902002
        },
        {
            "start": 843902302,
            "stop": 843903059
        },
        {
            "start": 843903061,
            "stop": 843905487
        },
        {
            "start": 843905489,
            "stop": 843905633
        },
        {
            "start": 843905635,
            "stop": 843906029
        },
        {
            "start": 843906031,
            "stop": 843906142
        },
        {
            "start": 843906144,
            "stop": 843906171
        }
    ]
}