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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=131",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 132,
    "results": [
        {
            "start": 816978871,
            "stop": 816978945
        },
        {
            "start": 816978980,
            "stop": 816979032
        },
        {
            "start": 816979051,
            "stop": 816979080
        },
        {
            "start": 816979136,
            "stop": 816979171
        },
        {
            "start": 816979190,
            "stop": 816979199
        },
        {
            "start": 816979218,
            "stop": 816979369
        },
        {
            "start": 816979389,
            "stop": 816979589
        },
        {
            "start": 816979608,
            "stop": 816979669
        },
        {
            "start": 816979691,
            "stop": 816979817
        },
        {
            "start": 816979837,
            "stop": 816979851
        },
        {
            "start": 816979884,
            "stop": 816979956
        },
        {
            "start": 816979999,
            "stop": 816980255
        },
        {
            "start": 816980301,
            "stop": 816980302
        },
        {
            "start": 816980322,
            "stop": 816980478
        },
        {
            "start": 816981203,
            "stop": 816981210
        },
        {
            "start": 816982290,
            "stop": 816982425
        },
        {
            "start": 816982447,
            "stop": 816982486
        },
        {
            "start": 816982508,
            "stop": 816982544
        },
        {
            "start": 816982572,
            "stop": 816982642
        },
        {
            "start": 816982662,
            "stop": 816982677
        }
    ]
}