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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=85",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 86,
    "results": [
        {
            "start": 816847903,
            "stop": 816847937
        },
        {
            "start": 816847958,
            "stop": 816847962
        },
        {
            "start": 816847998,
            "stop": 816848042
        },
        {
            "start": 816848069,
            "stop": 816848105
        },
        {
            "start": 816848124,
            "stop": 816848130
        },
        {
            "start": 816848195,
            "stop": 816848242
        },
        {
            "start": 816848400,
            "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": 816849060
        },
        {
            "start": 816849177,
            "stop": 816849179
        },
        {
            "start": 816849240,
            "stop": 816849247
        },
        {
            "start": 816849312,
            "stop": 816849338
        },
        {
            "start": 816849359,
            "stop": 816849384
        },
        {
            "start": 816849401,
            "stop": 816849404
        }
    ]
}