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=4724
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=4725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4723",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4724,
    "results": [
        {
            "start": 874444351,
            "stop": 874444353
        },
        {
            "start": 874444406,
            "stop": 874444424
        },
        {
            "start": 874444460,
            "stop": 874444514
        },
        {
            "start": 874444591,
            "stop": 874444596
        },
        {
            "start": 874444616,
            "stop": 874444625
        },
        {
            "start": 874444644,
            "stop": 874444755
        },
        {
            "start": 874444774,
            "stop": 874444778
        },
        {
            "start": 874444797,
            "stop": 874444851
        },
        {
            "start": 874444870,
            "stop": 874444881
        },
        {
            "start": 874444919,
            "stop": 874444941
        },
        {
            "start": 874444961,
            "stop": 874444967
        },
        {
            "start": 874445040,
            "stop": 874445057
        },
        {
            "start": 874445076,
            "stop": 874445135
        },
        {
            "start": 874445158,
            "stop": 874445169
        },
        {
            "start": 874445238,
            "stop": 874445251
        },
        {
            "start": 874445270,
            "stop": 874445285
        },
        {
            "start": 874445304,
            "stop": 874445313
        },
        {
            "start": 874445356,
            "stop": 874445365
        },
        {
            "start": 874445403,
            "stop": 874445418
        },
        {
            "start": 874445437,
            "stop": 874445514
        }
    ]
}