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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3821",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3819",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3820,
    "results": [
        {
            "start": 873397701,
            "stop": 873397708
        },
        {
            "start": 873397711,
            "stop": 873397712
        },
        {
            "start": 873397715,
            "stop": 873397777
        },
        {
            "start": 873397780,
            "stop": 873397797
        },
        {
            "start": 873397800,
            "stop": 873397815
        },
        {
            "start": 873397818,
            "stop": 873397923
        },
        {
            "start": 873397927,
            "stop": 873398136
        },
        {
            "start": 873398139,
            "stop": 873398147
        },
        {
            "start": 873398150,
            "stop": 873398161
        },
        {
            "start": 873398164,
            "stop": 873398201
        },
        {
            "start": 873398204,
            "stop": 873398234
        },
        {
            "start": 873398402,
            "stop": 873398914
        },
        {
            "start": 873398917,
            "stop": 873399458
        },
        {
            "start": 873399461,
            "stop": 873399468
        },
        {
            "start": 873399473,
            "stop": 873399474
        },
        {
            "start": 873399477,
            "stop": 873399548
        },
        {
            "start": 873399551,
            "stop": 873400233
        },
        {
            "start": 873400236,
            "stop": 873400365
        },
        {
            "start": 873400368,
            "stop": 873400702
        },
        {
            "start": 873400705,
            "stop": 873400746
        }
    ]
}