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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=105",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 106,
    "results": [
        {
            "start": 959052149,
            "stop": 959059879
        },
        {
            "start": 959060767,
            "stop": 959060875
        },
        {
            "start": 959061708,
            "stop": 959061721
        },
        {
            "start": 959074765,
            "stop": 959082764
        },
        {
            "start": 959084674,
            "stop": 959085633
        },
        {
            "start": 959085887,
            "stop": 959087378
        },
        {
            "start": 959088840,
            "stop": 959098120
        },
        {
            "start": 959099529,
            "stop": 959119104
        },
        {
            "start": 959131619,
            "stop": 959137137
        },
        {
            "start": 959137487,
            "stop": 959169753
        },
        {
            "start": 959173883,
            "stop": 959174540
        },
        {
            "start": 959177057,
            "stop": 959179539
        },
        {
            "start": 959179645,
            "stop": 959183455
        },
        {
            "start": 959184120,
            "stop": 959184847
        },
        {
            "start": 959185709,
            "stop": 959197024
        },
        {
            "start": 959197040,
            "stop": 959197042
        },
        {
            "start": 959197049,
            "stop": 959206797
        },
        {
            "start": 959207820,
            "stop": 959210051
        },
        {
            "start": 959211864,
            "stop": 959216195
        },
        {
            "start": 959217703,
            "stop": 959231934
        }
    ]
}