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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=215",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 216,
    "results": [
        {
            "start": 817775318,
            "stop": 817775374
        },
        {
            "start": 817775500,
            "stop": 817775508
        },
        {
            "start": 817775558,
            "stop": 817775613
        },
        {
            "start": 817775632,
            "stop": 817775633
        },
        {
            "start": 817775817,
            "stop": 817775820
        },
        {
            "start": 817775880,
            "stop": 817775922
        },
        {
            "start": 817775939,
            "stop": 817775940
        },
        {
            "start": 817776000,
            "stop": 817776052
        },
        {
            "start": 817776081,
            "stop": 817776203
        },
        {
            "start": 817776230,
            "stop": 817776295
        },
        {
            "start": 817776339,
            "stop": 817776418
        },
        {
            "start": 817776438,
            "stop": 817776444
        },
        {
            "start": 817776467,
            "stop": 817776578
        },
        {
            "start": 817776599,
            "stop": 817776621
        },
        {
            "start": 817776658,
            "stop": 817776659
        },
        {
            "start": 817776701,
            "stop": 817776769
        },
        {
            "start": 817776786,
            "stop": 817776921
        },
        {
            "start": 817776942,
            "stop": 817777409
        },
        {
            "start": 817777430,
            "stop": 817778181
        },
        {
            "start": 817778201,
            "stop": 817778277
        }
    ]
}