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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1351",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1352,
    "results": [
        {
            "start": 965530036,
            "stop": 965533016
        },
        {
            "start": 965533017,
            "stop": 965539027
        },
        {
            "start": 965540543,
            "stop": 965547885
        },
        {
            "start": 965549247,
            "stop": 965549741
        },
        {
            "start": 965549742,
            "stop": 965557526
        },
        {
            "start": 965557527,
            "stop": 965557685
        },
        {
            "start": 965557686,
            "stop": 965561048
        },
        {
            "start": 965565590,
            "stop": 965572136
        },
        {
            "start": 965572137,
            "stop": 965586926
        },
        {
            "start": 965589275,
            "stop": 965592568
        },
        {
            "start": 965592569,
            "stop": 965594796
        },
        {
            "start": 965594797,
            "stop": 965594844
        },
        {
            "start": 965594845,
            "stop": 965597519
        },
        {
            "start": 965597520,
            "stop": 965601431
        },
        {
            "start": 965602329,
            "stop": 965621551
        },
        {
            "start": 965621553,
            "stop": 965628641
        },
        {
            "start": 965628643,
            "stop": 965629879
        },
        {
            "start": 965629880,
            "stop": 965630774
        },
        {
            "start": 965630775,
            "stop": 965637574
        },
        {
            "start": 965640858,
            "stop": 965643299
        }
    ]
}