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=1156
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=1157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1155",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1156,
    "results": [
        {
            "start": 951031506,
            "stop": 951035104
        },
        {
            "start": 951035106,
            "stop": 951035981
        },
        {
            "start": 951035983,
            "stop": 951037652
        },
        {
            "start": 951037654,
            "stop": 951038376
        },
        {
            "start": 951038378,
            "stop": 951039203
        },
        {
            "start": 951039205,
            "stop": 951039622
        },
        {
            "start": 951039624,
            "stop": 951039706
        },
        {
            "start": 951039708,
            "stop": 951041002
        },
        {
            "start": 951041004,
            "stop": 951042176
        },
        {
            "start": 951042178,
            "stop": 951042551
        },
        {
            "start": 951042553,
            "stop": 951042922
        },
        {
            "start": 951042924,
            "stop": 951043129
        },
        {
            "start": 951043131,
            "stop": 951043691
        },
        {
            "start": 951043693,
            "stop": 951043939
        },
        {
            "start": 951043941,
            "stop": 951044538
        },
        {
            "start": 951044540,
            "stop": 951044968
        },
        {
            "start": 951044970,
            "stop": 951045019
        },
        {
            "start": 951045021,
            "stop": 951045078
        },
        {
            "start": 951045080,
            "stop": 951045207
        },
        {
            "start": 951045209,
            "stop": 951045739
        }
    ]
}