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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=183",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 184,
    "results": [
        {
            "start": 933003359,
            "stop": 933003397
        },
        {
            "start": 933003446,
            "stop": 933003456
        },
        {
            "start": 933003475,
            "stop": 933003539
        },
        {
            "start": 933003559,
            "stop": 933003634
        },
        {
            "start": 933003664,
            "stop": 933003732
        },
        {
            "start": 933003758,
            "stop": 933003777
        },
        {
            "start": 933003801,
            "stop": 933003808
        },
        {
            "start": 933003829,
            "stop": 933003855
        },
        {
            "start": 933003874,
            "stop": 933004003
        },
        {
            "start": 933004028,
            "stop": 933004062
        },
        {
            "start": 933004081,
            "stop": 933004114
        },
        {
            "start": 933004133,
            "stop": 933004155
        },
        {
            "start": 933004185,
            "stop": 933004312
        },
        {
            "start": 933004331,
            "stop": 933004365
        },
        {
            "start": 933004370,
            "stop": 933004371
        },
        {
            "start": 933004402,
            "stop": 933004410
        },
        {
            "start": 933004415,
            "stop": 933004694
        },
        {
            "start": 933004699,
            "stop": 933004747
        },
        {
            "start": 933004766,
            "stop": 933005140
        },
        {
            "start": 933005145,
            "stop": 933005154
        }
    ]
}