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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=170",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 171,
    "results": [
        {
            "start": 932954385,
            "stop": 932954389
        },
        {
            "start": 932955445,
            "stop": 932955461
        },
        {
            "start": 932955687,
            "stop": 932955691
        },
        {
            "start": 932955779,
            "stop": 932955788
        },
        {
            "start": 932955908,
            "stop": 932955909
        },
        {
            "start": 932956061,
            "stop": 932956066
        },
        {
            "start": 932956154,
            "stop": 932956160
        },
        {
            "start": 932956443,
            "stop": 932956446
        },
        {
            "start": 932956600,
            "stop": 932956603
        },
        {
            "start": 932956622,
            "stop": 932956626
        },
        {
            "start": 932956645,
            "stop": 932956646
        },
        {
            "start": 932956681,
            "stop": 932956686
        },
        {
            "start": 932956830,
            "stop": 932956837
        },
        {
            "start": 932956885,
            "stop": 932956894
        },
        {
            "start": 932956913,
            "stop": 932956926
        },
        {
            "start": 932956948,
            "stop": 932956960
        },
        {
            "start": 932957078,
            "stop": 932957093
        },
        {
            "start": 932957171,
            "stop": 932957172
        },
        {
            "start": 932957192,
            "stop": 932957196
        },
        {
            "start": 932957236,
            "stop": 932957237
        }
    ]
}