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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=643",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 644,
    "results": [
        {
            "start": 829257526,
            "stop": 829257545
        },
        {
            "start": 829257549,
            "stop": 829257695
        },
        {
            "start": 829257699,
            "stop": 829257900
        },
        {
            "start": 829257960,
            "stop": 829258049
        },
        {
            "start": 829258052,
            "stop": 829258086
        },
        {
            "start": 829258089,
            "stop": 829258243
        },
        {
            "start": 829258246,
            "stop": 829258271
        },
        {
            "start": 829258275,
            "stop": 829258350
        },
        {
            "start": 829258353,
            "stop": 829258574
        },
        {
            "start": 829258578,
            "stop": 829258627
        },
        {
            "start": 829258632,
            "stop": 829258676
        },
        {
            "start": 829258679,
            "stop": 829258921
        },
        {
            "start": 829258924,
            "stop": 829259368
        },
        {
            "start": 829259372,
            "stop": 829259373
        },
        {
            "start": 829259673,
            "stop": 829259738
        },
        {
            "start": 829259741,
            "stop": 829259904
        },
        {
            "start": 829259907,
            "stop": 829260093
        },
        {
            "start": 829260096,
            "stop": 829260221
        },
        {
            "start": 829260225,
            "stop": 829260253
        },
        {
            "start": 829260257,
            "stop": 829260359
        }
    ]
}