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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=87",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 88,
    "results": [
        {
            "start": 816848069,
            "stop": 816848105
        },
        {
            "start": 816848124,
            "stop": 816848130
        },
        {
            "start": 816848195,
            "stop": 816848242
        },
        {
            "start": 816848285,
            "stop": 816848304
        },
        {
            "start": 816848339,
            "stop": 816848364
        },
        {
            "start": 816848395,
            "stop": 816848415
        },
        {
            "start": 816848446,
            "stop": 816848450
        },
        {
            "start": 816848472,
            "stop": 816848533
        },
        {
            "start": 816848640,
            "stop": 816848650
        },
        {
            "start": 816848672,
            "stop": 816848688
        },
        {
            "start": 816848718,
            "stop": 816848751
        },
        {
            "start": 816848793,
            "stop": 816848809
        },
        {
            "start": 816848938,
            "stop": 816848947
        },
        {
            "start": 816849024,
            "stop": 816849065
        },
        {
            "start": 816849088,
            "stop": 816849119
        },
        {
            "start": 816849177,
            "stop": 816849179
        },
        {
            "start": 816849212,
            "stop": 816849218
        },
        {
            "start": 816849237,
            "stop": 816849247
        },
        {
            "start": 816849312,
            "stop": 816849338
        },
        {
            "start": 816849359,
            "stop": 816849384
        }
    ]
}