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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2148",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2149,
    "results": [
        {
            "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": 872312918
        },
        {
            "start": 872312923,
            "stop": 872313132
        },
        {
            "start": 872313157,
            "stop": 872313360
        },
        {
            "start": 872313400,
            "stop": 872313456
        },
        {
            "start": 872313480,
            "stop": 872313499
        }
    ]
}