Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=69",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 70,
    "results": [
        {
            "start": 825720736,
            "stop": 825721693
        },
        {
            "start": 825721736,
            "stop": 825721737
        },
        {
            "start": 825724399,
            "stop": 825748093
        },
        {
            "start": 825748130,
            "stop": 825748132
        },
        {
            "start": 825748577,
            "stop": 825751633
        },
        {
            "start": 825758954,
            "stop": 825761331
        },
        {
            "start": 825762403,
            "stop": 825771244
        },
        {
            "start": 825776877,
            "stop": 825777058
        },
        {
            "start": 825778861,
            "stop": 825780133
        },
        {
            "start": 825780159,
            "stop": 825780161
        },
        {
            "start": 825781349,
            "stop": 825781975
        },
        {
            "start": 825782156,
            "stop": 825782178
        },
        {
            "start": 825859032,
            "stop": 825860313
        },
        {
            "start": 825861072,
            "stop": 825862753
        },
        {
            "start": 825862767,
            "stop": 825862768
        },
        {
            "start": 825864506,
            "stop": 825866650
        },
        {
            "start": 825867151,
            "stop": 825867776
        },
        {
            "start": 825869446,
            "stop": 825880093
        },
        {
            "start": 825885807,
            "stop": 825886677
        },
        {
            "start": 825887005,
            "stop": 825888553
        }
    ]
}