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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=186",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 187,
    "results": [
        {
            "start": 932999821,
            "stop": 932999858
        },
        {
            "start": 932999859,
            "stop": 932999862
        },
        {
            "start": 932999931,
            "stop": 932999954
        },
        {
            "start": 932999973,
            "stop": 932999978
        },
        {
            "start": 933000019,
            "stop": 933000323
        },
        {
            "start": 933000328,
            "stop": 933000493
        },
        {
            "start": 933000495,
            "stop": 933001688
        },
        {
            "start": 933001689,
            "stop": 933001998
        },
        {
            "start": 933001999,
            "stop": 933002728
        },
        {
            "start": 933002747,
            "stop": 933002815
        },
        {
            "start": 933002834,
            "stop": 933002942
        },
        {
            "start": 933002947,
            "stop": 933002952
        },
        {
            "start": 933002953,
            "stop": 933003319
        },
        {
            "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
        }
    ]
}