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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5341",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5339",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5340,
    "results": [
        {
            "start": 971249997,
            "stop": 971250001
        },
        {
            "start": 971250004,
            "stop": 971250069
        },
        {
            "start": 971250087,
            "stop": 971250148
        },
        {
            "start": 971250151,
            "stop": 971250249
        },
        {
            "start": 971250252,
            "stop": 971250627
        },
        {
            "start": 971250630,
            "stop": 971250831
        },
        {
            "start": 971250834,
            "stop": 971250974
        },
        {
            "start": 971250977,
            "stop": 971251272
        },
        {
            "start": 971251290,
            "stop": 971251312
        },
        {
            "start": 971251315,
            "stop": 971251518
        },
        {
            "start": 971251536,
            "stop": 971251578
        },
        {
            "start": 971251581,
            "stop": 971251794
        },
        {
            "start": 971251797,
            "stop": 971251883
        },
        {
            "start": 971251886,
            "stop": 971252017
        },
        {
            "start": 971252020,
            "stop": 971252065
        },
        {
            "start": 971252068,
            "stop": 971252097
        },
        {
            "start": 971252100,
            "stop": 971252227
        },
        {
            "start": 971252230,
            "stop": 971252544
        },
        {
            "start": 971252547,
            "stop": 971252572
        },
        {
            "start": 971252575,
            "stop": 971252829
        }
    ]
}