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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=44",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 45,
    "results": [
        {
            "start": 817373983,
            "stop": 817380379
        },
        {
            "start": 817380382,
            "stop": 817380424
        },
        {
            "start": 817380427,
            "stop": 817380442
        },
        {
            "start": 817380446,
            "stop": 817380460
        },
        {
            "start": 817380463,
            "stop": 817380482
        },
        {
            "start": 817380485,
            "stop": 817380487
        },
        {
            "start": 817380490,
            "stop": 817383875
        },
        {
            "start": 817383878,
            "stop": 817385014
        },
        {
            "start": 817385017,
            "stop": 817387862
        },
        {
            "start": 817387865,
            "stop": 817387945
        },
        {
            "start": 817387948,
            "stop": 817388036
        },
        {
            "start": 817388039,
            "stop": 817388111
        },
        {
            "start": 817388114,
            "stop": 817389722
        },
        {
            "start": 817389725,
            "stop": 817389731
        },
        {
            "start": 817389735,
            "stop": 817389829
        },
        {
            "start": 817389832,
            "stop": 817390002
        },
        {
            "start": 817390007,
            "stop": 817390284
        },
        {
            "start": 817390287,
            "stop": 817390777
        },
        {
            "start": 817390780,
            "stop": 817391722
        },
        {
            "start": 817391725,
            "stop": 817391792
        }
    ]
}