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=8061
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=8062",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8060",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8061,
    "results": [
        {
            "start": 872310200,
            "stop": 872310249
        },
        {
            "start": 872310289,
            "stop": 872310440
        },
        {
            "start": 872310459,
            "stop": 872310464
        },
        {
            "start": 872310483,
            "stop": 872310484
        },
        {
            "start": 872310509,
            "stop": 872310520
        },
        {
            "start": 872310567,
            "stop": 872310568
        },
        {
            "start": 872310596,
            "stop": 872310602
        },
        {
            "start": 872310621,
            "stop": 872310632
        },
        {
            "start": 872310651,
            "stop": 872310825
        },
        {
            "start": 872310842,
            "stop": 872311048
        },
        {
            "start": 872311081,
            "stop": 872311093
        },
        {
            "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
        }
    ]
}