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=2065
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=2066",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2064",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2065,
    "results": [
        {
            "start": 861998298,
            "stop": 861998420
        },
        {
            "start": 861998426,
            "stop": 861998427
        },
        {
            "start": 861998618,
            "stop": 861999090
        },
        {
            "start": 861999095,
            "stop": 861999112
        },
        {
            "start": 861999118,
            "stop": 862000138
        },
        {
            "start": 862000143,
            "stop": 862000776
        },
        {
            "start": 862000779,
            "stop": 862009585
        },
        {
            "start": 862028308,
            "stop": 862055215
        },
        {
            "start": 862055220,
            "stop": 862055232
        },
        {
            "start": 862055240,
            "stop": 862060118
        },
        {
            "start": 862060119,
            "stop": 862064919
        },
        {
            "start": 862064922,
            "stop": 862064928
        },
        {
            "start": 862064931,
            "stop": 862066815
        },
        {
            "start": 862088556,
            "stop": 862096233
        },
        {
            "start": 862099295,
            "stop": 862112840
        },
        {
            "start": 862112845,
            "stop": 862112855
        },
        {
            "start": 862112860,
            "stop": 862112870
        },
        {
            "start": 862112880,
            "stop": 862115509
        },
        {
            "start": 862115512,
            "stop": 862130469
        },
        {
            "start": 862131933,
            "stop": 862139529
        }
    ]
}