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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4819",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4817",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4818,
    "results": [
        {
            "start": 971018078,
            "stop": 971018198
        },
        {
            "start": 971020528,
            "stop": 971022142
        },
        {
            "start": 971022145,
            "stop": 971023614
        },
        {
            "start": 971023617,
            "stop": 971023898
        },
        {
            "start": 971023901,
            "stop": 971023985
        },
        {
            "start": 971023988,
            "stop": 971024273
        },
        {
            "start": 971024276,
            "stop": 971024414
        },
        {
            "start": 971024417,
            "stop": 971025215
        },
        {
            "start": 971025218,
            "stop": 971027279
        },
        {
            "start": 971027308,
            "stop": 971027615
        },
        {
            "start": 971027619,
            "stop": 971027661
        },
        {
            "start": 971027664,
            "stop": 971028182
        },
        {
            "start": 971028185,
            "stop": 971029465
        },
        {
            "start": 971029490,
            "stop": 971029498
        },
        {
            "start": 971029553,
            "stop": 971030580
        },
        {
            "start": 971030583,
            "stop": 971030650
        },
        {
            "start": 971030653,
            "stop": 971031295
        },
        {
            "start": 971031298,
            "stop": 971031638
        },
        {
            "start": 971033483,
            "stop": 971035305
        },
        {
            "start": 971035322,
            "stop": 971035762
        }
    ]
}