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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=67",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 68,
    "results": [
        {
            "start": 816478080,
            "stop": 816478118
        },
        {
            "start": 816478122,
            "stop": 816478315
        },
        {
            "start": 816478318,
            "stop": 816478321
        },
        {
            "start": 816478326,
            "stop": 816478695
        },
        {
            "start": 816478700,
            "stop": 816478844
        },
        {
            "start": 816478849,
            "stop": 816478852
        },
        {
            "start": 816478857,
            "stop": 816478867
        },
        {
            "start": 816478871,
            "stop": 816479130
        },
        {
            "start": 816479134,
            "stop": 816479292
        },
        {
            "start": 816479297,
            "stop": 816479322
        },
        {
            "start": 816479331,
            "stop": 816479470
        },
        {
            "start": 816479473,
            "stop": 816479484
        },
        {
            "start": 816479488,
            "stop": 816479873
        },
        {
            "start": 816479876,
            "stop": 816480058
        },
        {
            "start": 816480065,
            "stop": 816480110
        },
        {
            "start": 816480114,
            "stop": 816480116
        },
        {
            "start": 816480121,
            "stop": 816480122
        },
        {
            "start": 816480130,
            "stop": 816480132
        },
        {
            "start": 816480136,
            "stop": 816480138
        },
        {
            "start": 816480144,
            "stop": 816480147
        }
    ]
}