Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=69
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=68",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 69,
    "results": [
        {
            "start": 825606913,
            "stop": 825610393
        },
        {
            "start": 825611493,
            "stop": 825618013
        },
        {
            "start": 825618144,
            "stop": 825618433
        },
        {
            "start": 825618450,
            "stop": 825618451
        },
        {
            "start": 825618553,
            "stop": 825625513
        },
        {
            "start": 825626215,
            "stop": 825629770
        },
        {
            "start": 825631079,
            "stop": 825654788
        },
        {
            "start": 825655296,
            "stop": 825655350
        },
        {
            "start": 825655351,
            "stop": 825667653
        },
        {
            "start": 825668196,
            "stop": 825682059
        },
        {
            "start": 825682558,
            "stop": 825682973
        },
        {
            "start": 825690868,
            "stop": 825691729
        },
        {
            "start": 825693037,
            "stop": 825695053
        },
        {
            "start": 825695077,
            "stop": 825695078
        },
        {
            "start": 825696990,
            "stop": 825697573
        },
        {
            "start": 825697591,
            "stop": 825697592
        },
        {
            "start": 825697875,
            "stop": 825698353
        },
        {
            "start": 825700595,
            "stop": 825705734
        },
        {
            "start": 825706963,
            "stop": 825709333
        },
        {
            "start": 825716358,
            "stop": 825719167
        }
    ]
}