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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=159",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 160,
    "results": [
        {
            "start": 971263048,
            "stop": 971263205
        },
        {
            "start": 971266746,
            "stop": 971266793
        },
        {
            "start": 971268432,
            "stop": 971269067
        },
        {
            "start": 971271445,
            "stop": 971272068
        },
        {
            "start": 971283884,
            "stop": 971283982
        },
        {
            "start": 971287005,
            "stop": 971287581
        },
        {
            "start": 971287625,
            "stop": 971287627
        },
        {
            "start": 971287660,
            "stop": 971287876
        },
        {
            "start": 971289096,
            "stop": 971291625
        },
        {
            "start": 971296535,
            "stop": 971298194
        },
        {
            "start": 971301239,
            "stop": 971302292
        },
        {
            "start": 971306850,
            "stop": 971306852
        },
        {
            "start": 971306894,
            "stop": 971307026
        },
        {
            "start": 971309223,
            "stop": 971310560
        },
        {
            "start": 971311500,
            "stop": 971312162
        },
        {
            "start": 971315503,
            "stop": 971315549
        },
        {
            "start": 971316931,
            "stop": 971317494
        },
        {
            "start": 971318109,
            "stop": 971318159
        },
        {
            "start": 971319030,
            "stop": 971319102
        },
        {
            "start": 971319871,
            "stop": 971320054
        }
    ]
}