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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=92",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 93,
    "results": [
        {
            "start": 932080741,
            "stop": 932080742
        },
        {
            "start": 932080743,
            "stop": 932080768
        },
        {
            "start": 932080770,
            "stop": 932080783
        },
        {
            "start": 932080785,
            "stop": 932080790
        },
        {
            "start": 932080791,
            "stop": 932080803
        },
        {
            "start": 932080804,
            "stop": 932080819
        },
        {
            "start": 932080820,
            "stop": 932080831
        },
        {
            "start": 932080832,
            "stop": 932080875
        },
        {
            "start": 932080876,
            "stop": 932080916
        },
        {
            "start": 932080917,
            "stop": 932080922
        },
        {
            "start": 932080923,
            "stop": 932080966
        },
        {
            "start": 932080967,
            "stop": 932081049
        },
        {
            "start": 932081051,
            "stop": 932081053
        },
        {
            "start": 932081055,
            "stop": 932081058
        },
        {
            "start": 932081060,
            "stop": 932081076
        },
        {
            "start": 932081077,
            "stop": 932081088
        },
        {
            "start": 932081090,
            "stop": 932081098
        },
        {
            "start": 932081099,
            "stop": 932081102
        },
        {
            "start": 932081103,
            "stop": 932081221
        },
        {
            "start": 932081222,
            "stop": 932081274
        }
    ]
}