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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=347",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 348,
    "results": [
        {
            "start": 818254475,
            "stop": 818254477
        },
        {
            "start": 818254489,
            "stop": 818254490
        },
        {
            "start": 818254493,
            "stop": 818254495
        },
        {
            "start": 818254505,
            "stop": 818254506
        },
        {
            "start": 818254526,
            "stop": 818254527
        },
        {
            "start": 818254532,
            "stop": 818254536
        },
        {
            "start": 818254564,
            "stop": 818254567
        },
        {
            "start": 818254577,
            "stop": 818254579
        },
        {
            "start": 818254585,
            "stop": 818254586
        },
        {
            "start": 818254601,
            "stop": 818254602
        },
        {
            "start": 818254612,
            "stop": 818254615
        },
        {
            "start": 818254659,
            "stop": 818254669
        },
        {
            "start": 818254704,
            "stop": 818254706
        },
        {
            "start": 818254712,
            "stop": 818254715
        },
        {
            "start": 818254765,
            "stop": 818254766
        },
        {
            "start": 818254788,
            "stop": 818254789
        },
        {
            "start": 818254820,
            "stop": 818254821
        },
        {
            "start": 818254828,
            "stop": 818254830
        },
        {
            "start": 818254837,
            "stop": 818254838
        },
        {
            "start": 818254843,
            "stop": 818254844
        }
    ]
}