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=8062
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=8063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8061",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8062,
    "results": [
        {
            "start": 872312398,
            "stop": 872312409
        },
        {
            "start": 872312438,
            "stop": 872312445
        },
        {
            "start": 872312464,
            "stop": 872312469
        },
        {
            "start": 872312507,
            "stop": 872312523
        },
        {
            "start": 872312542,
            "stop": 872312556
        },
        {
            "start": 872312620,
            "stop": 872312631
        },
        {
            "start": 872312672,
            "stop": 872312682
        },
        {
            "start": 872312759,
            "stop": 872312774
        },
        {
            "start": 872312822,
            "stop": 872312829
        },
        {
            "start": 872312904,
            "stop": 872312910
        },
        {
            "start": 872312927,
            "stop": 872313132
        },
        {
            "start": 872313157,
            "stop": 872313172
        },
        {
            "start": 872313189,
            "stop": 872313335
        },
        {
            "start": 872313352,
            "stop": 872313360
        },
        {
            "start": 872313400,
            "stop": 872313456
        },
        {
            "start": 872313480,
            "stop": 872313499
        },
        {
            "start": 872313518,
            "stop": 872313522
        },
        {
            "start": 872313553,
            "stop": 872313634
        },
        {
            "start": 872313653,
            "stop": 872313663
        },
        {
            "start": 872313684,
            "stop": 872313696
        }
    ]
}