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=4760
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=4761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4759",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4760,
    "results": [
        {
            "start": 874561062,
            "stop": 874561073
        },
        {
            "start": 874561092,
            "stop": 874561138
        },
        {
            "start": 874561157,
            "stop": 874561175
        },
        {
            "start": 874561199,
            "stop": 874561239
        },
        {
            "start": 874561258,
            "stop": 874561358
        },
        {
            "start": 874561382,
            "stop": 874561410
        },
        {
            "start": 874561429,
            "stop": 874561440
        },
        {
            "start": 874562400,
            "stop": 874562408
        },
        {
            "start": 874562440,
            "stop": 874562443
        },
        {
            "start": 874562471,
            "stop": 874562485
        },
        {
            "start": 874562640,
            "stop": 874562650
        },
        {
            "start": 874562681,
            "stop": 874562700
        },
        {
            "start": 874562880,
            "stop": 874562893
        },
        {
            "start": 874562912,
            "stop": 874562960
        },
        {
            "start": 874562980,
            "stop": 874562988
        },
        {
            "start": 874563030,
            "stop": 874563053
        },
        {
            "start": 874564020,
            "stop": 874564029
        },
        {
            "start": 874564051,
            "stop": 874564064
        },
        {
            "start": 874564083,
            "stop": 874564117
        },
        {
            "start": 874564136,
            "stop": 874564140
        }
    ]
}