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=8781
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=8782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8780",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8781,
    "results": [
        {
            "start": 872311149,
            "stop": 872311181
        },
        {
            "start": 872311198,
            "stop": 872311257
        },
        {
            "start": 872311278,
            "stop": 872311415
        },
        {
            "start": 872311434,
            "stop": 872311445
        },
        {
            "start": 872311468,
            "stop": 872311504
        },
        {
            "start": 872311523,
            "stop": 872311595
        },
        {
            "start": 872311637,
            "stop": 872311721
        },
        {
            "start": 872311740,
            "stop": 872312130
        },
        {
            "start": 872312150,
            "stop": 872312364
        },
        {
            "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
        }
    ]
}