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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7395",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7393",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7394,
    "results": [
        {
            "start": 969748427,
            "stop": 969748438
        },
        {
            "start": 969748441,
            "stop": 969748535
        },
        {
            "start": 969748539,
            "stop": 969748591
        },
        {
            "start": 969748594,
            "stop": 969748782
        },
        {
            "start": 969748785,
            "stop": 969748807
        },
        {
            "start": 969748810,
            "stop": 969748847
        },
        {
            "start": 969748858,
            "stop": 969748877
        },
        {
            "start": 969748880,
            "stop": 969748888
        },
        {
            "start": 969748891,
            "stop": 969748894
        },
        {
            "start": 969748897,
            "stop": 969748958
        },
        {
            "start": 969748998,
            "stop": 969749005
        },
        {
            "start": 969749008,
            "stop": 969749038
        },
        {
            "start": 969749078,
            "stop": 969749127
        },
        {
            "start": 969749130,
            "stop": 969749153
        },
        {
            "start": 969749156,
            "stop": 969749157
        },
        {
            "start": 969749162,
            "stop": 969749198
        },
        {
            "start": 969750734,
            "stop": 969750742
        },
        {
            "start": 969750748,
            "stop": 969750970
        },
        {
            "start": 969750974,
            "stop": 969751232
        },
        {
            "start": 969751235,
            "stop": 969751473
        }
    ]
}