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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4848",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4849,
    "results": [
        {
            "start": 874728747,
            "stop": 874728781
        },
        {
            "start": 874728801,
            "stop": 874728902
        },
        {
            "start": 874728922,
            "stop": 874729013
        },
        {
            "start": 874729033,
            "stop": 874729200
        },
        {
            "start": 874729260,
            "stop": 874729269
        },
        {
            "start": 874729295,
            "stop": 874729311
        },
        {
            "start": 874729440,
            "stop": 874729609
        },
        {
            "start": 874729628,
            "stop": 874729641
        },
        {
            "start": 874729661,
            "stop": 874729822
        },
        {
            "start": 874729841,
            "stop": 874729855
        },
        {
            "start": 874729874,
            "stop": 874729938
        },
        {
            "start": 874729967,
            "stop": 874729989
        },
        {
            "start": 874730008,
            "stop": 874730101
        },
        {
            "start": 874730135,
            "stop": 874730151
        },
        {
            "start": 874730170,
            "stop": 874730238
        },
        {
            "start": 874730257,
            "stop": 874730309
        },
        {
            "start": 874730328,
            "stop": 874730461
        },
        {
            "start": 874730481,
            "stop": 874730536
        },
        {
            "start": 874730555,
            "stop": 874730593
        },
        {
            "start": 874730612,
            "stop": 874730620
        }
    ]
}