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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=274",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 275,
    "results": [
        {
            "start": 818306818,
            "stop": 818307003
        },
        {
            "start": 818307024,
            "stop": 818307039
        },
        {
            "start": 818307072,
            "stop": 818307094
        },
        {
            "start": 818307153,
            "stop": 818307476
        },
        {
            "start": 818307543,
            "stop": 818307721
        },
        {
            "start": 818307774,
            "stop": 818307884
        },
        {
            "start": 818307917,
            "stop": 818308028
        },
        {
            "start": 818308062,
            "stop": 818308181
        },
        {
            "start": 818308200,
            "stop": 818308417
        },
        {
            "start": 818308438,
            "stop": 818308505
        },
        {
            "start": 818308557,
            "stop": 818308739
        },
        {
            "start": 818308759,
            "stop": 818308760
        },
        {
            "start": 818308845,
            "stop": 818309012
        },
        {
            "start": 818309031,
            "stop": 818309192
        },
        {
            "start": 818309215,
            "stop": 818309300
        },
        {
            "start": 818309336,
            "stop": 818309408
        },
        {
            "start": 818309455,
            "stop": 818309678
        },
        {
            "start": 818309699,
            "stop": 818309740
        },
        {
            "start": 818309760,
            "stop": 818309797
        },
        {
            "start": 818309836,
            "stop": 818310426
        }
    ]
}