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=8330
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=8331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8329",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8330,
    "results": [
        {
            "start": 874348490,
            "stop": 874348491
        },
        {
            "start": 874348510,
            "stop": 874348520
        },
        {
            "start": 874348547,
            "stop": 874348554
        },
        {
            "start": 874348575,
            "stop": 874348576
        },
        {
            "start": 874348598,
            "stop": 874348600
        },
        {
            "start": 874348624,
            "stop": 874348630
        },
        {
            "start": 874350485,
            "stop": 874350486
        },
        {
            "start": 874350510,
            "stop": 874350539
        },
        {
            "start": 874350556,
            "stop": 874350586
        },
        {
            "start": 874350604,
            "stop": 874351144
        },
        {
            "start": 874351161,
            "stop": 874351200
        },
        {
            "start": 874351260,
            "stop": 874351800
        },
        {
            "start": 874351860,
            "stop": 874351920
        },
        {
            "start": 874353403,
            "stop": 874353417
        },
        {
            "start": 874354880,
            "stop": 874355161
        },
        {
            "start": 874355195,
            "stop": 874355251
        },
        {
            "start": 874356396,
            "stop": 874357140
        },
        {
            "start": 874357200,
            "stop": 874357313
        },
        {
            "start": 874357332,
            "stop": 874357359
        },
        {
            "start": 874357379,
            "stop": 874357755
        }
    ]
}