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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7411",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7409",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7410,
    "results": [
        {
            "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
        },
        {
            "start": 969751476,
            "stop": 969751623
        },
        {
            "start": 969751626,
            "stop": 969751674
        },
        {
            "start": 969751677,
            "stop": 969752477
        },
        {
            "start": 969752480,
            "stop": 969752768
        },
        {
            "start": 969752771,
            "stop": 969752799
        }
    ]
}