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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=119",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 120,
    "results": [
        {
            "start": 825751885,
            "stop": 825751886
        },
        {
            "start": 825752062,
            "stop": 825752063
        },
        {
            "start": 825752090,
            "stop": 825752091
        },
        {
            "start": 825752098,
            "stop": 825752105
        },
        {
            "start": 825752118,
            "stop": 825752121
        },
        {
            "start": 825752125,
            "stop": 825752130
        },
        {
            "start": 825752138,
            "stop": 825752145
        },
        {
            "start": 825752147,
            "stop": 825752155
        },
        {
            "start": 825752157,
            "stop": 825752159
        },
        {
            "start": 825752163,
            "stop": 825752164
        },
        {
            "start": 825752168,
            "stop": 825752178
        },
        {
            "start": 825752180,
            "stop": 825752181
        },
        {
            "start": 825752191,
            "stop": 825752192
        },
        {
            "start": 825752202,
            "stop": 825752203
        },
        {
            "start": 825752224,
            "stop": 825752225
        },
        {
            "start": 825752296,
            "stop": 825752297
        },
        {
            "start": 825752305,
            "stop": 825752309
        },
        {
            "start": 825752322,
            "stop": 825752324
        },
        {
            "start": 825752342,
            "stop": 825752344
        },
        {
            "start": 825752346,
            "stop": 825752347
        }
    ]
}