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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=85",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 86,
    "results": [
        {
            "start": 953324687,
            "stop": 953381760
        },
        {
            "start": 953412555,
            "stop": 953420340
        },
        {
            "start": 953421271,
            "stop": 953443421
        },
        {
            "start": 953444712,
            "stop": 953469374
        },
        {
            "start": 953474020,
            "stop": 953478783
        },
        {
            "start": 953480693,
            "stop": 953484984
        },
        {
            "start": 953487077,
            "stop": 953491421
        },
        {
            "start": 953492491,
            "stop": 953493135
        },
        {
            "start": 953496587,
            "stop": 953550237
        },
        {
            "start": 953557887,
            "stop": 953561402
        },
        {
            "start": 953565028,
            "stop": 953575247
        },
        {
            "start": 953576886,
            "stop": 953581754
        },
        {
            "start": 953582143,
            "stop": 953596355
        },
        {
            "start": 953609403,
            "stop": 953615888
        },
        {
            "start": 953616541,
            "stop": 953616785
        },
        {
            "start": 953616925,
            "stop": 953616926
        },
        {
            "start": 953616941,
            "stop": 953630032
        },
        {
            "start": 953632591,
            "stop": 953633715
        },
        {
            "start": 953635528,
            "stop": 953641461
        },
        {
            "start": 953647123,
            "stop": 953653796
        }
    ]
}