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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=106",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 107,
    "results": [
        {
            "start": 959232300,
            "stop": 959255614
        },
        {
            "start": 959260701,
            "stop": 959268615
        },
        {
            "start": 959268638,
            "stop": 959272625
        },
        {
            "start": 959276614,
            "stop": 959294043
        },
        {
            "start": 959294718,
            "stop": 959299435
        },
        {
            "start": 959299768,
            "stop": 959340266
        },
        {
            "start": 959346295,
            "stop": 959356461
        },
        {
            "start": 959358306,
            "stop": 959366292
        },
        {
            "start": 959367016,
            "stop": 959376096
        },
        {
            "start": 959391010,
            "stop": 959391420
        },
        {
            "start": 959392729,
            "stop": 959393263
        },
        {
            "start": 959393458,
            "stop": 959397155
        },
        {
            "start": 959397341,
            "stop": 959398172
        },
        {
            "start": 959408894,
            "stop": 959417011
        },
        {
            "start": 959417912,
            "stop": 959425930
        },
        {
            "start": 959427838,
            "stop": 959433868
        },
        {
            "start": 959437677,
            "stop": 959438837
        },
        {
            "start": 959439667,
            "stop": 959440002
        },
        {
            "start": 959448601,
            "stop": 959463935
        },
        {
            "start": 959483736,
            "stop": 959484373
        }
    ]
}