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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=148",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 149,
    "results": [
        {
            "start": 816845817,
            "stop": 816845841
        },
        {
            "start": 816845847,
            "stop": 816845848
        },
        {
            "start": 816845853,
            "stop": 816845854
        },
        {
            "start": 816845859,
            "stop": 816845947
        },
        {
            "start": 816845952,
            "stop": 816846003
        },
        {
            "start": 816846008,
            "stop": 816846009
        },
        {
            "start": 816846015,
            "stop": 816846096
        },
        {
            "start": 816846102,
            "stop": 816846103
        },
        {
            "start": 816846113,
            "stop": 816846140
        },
        {
            "start": 816846148,
            "stop": 816846162
        },
        {
            "start": 816846166,
            "stop": 816846183
        },
        {
            "start": 816846197,
            "stop": 816846205
        },
        {
            "start": 816846211,
            "stop": 816846270
        },
        {
            "start": 816846275,
            "stop": 816846322
        },
        {
            "start": 816846327,
            "stop": 816846328
        },
        {
            "start": 816846333,
            "stop": 816846352
        },
        {
            "start": 816846367,
            "stop": 816846401
        },
        {
            "start": 816846405,
            "stop": 816846468
        },
        {
            "start": 816846473,
            "stop": 816846474
        },
        {
            "start": 816846480,
            "stop": 816846481
        }
    ]
}