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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=237",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 238,
    "results": [
        {
            "start": 817864553,
            "stop": 817864576
        },
        {
            "start": 817864609,
            "stop": 817864611
        },
        {
            "start": 817864616,
            "stop": 817864618
        },
        {
            "start": 817864649,
            "stop": 817864673
        },
        {
            "start": 817864692,
            "stop": 817864714
        },
        {
            "start": 817864718,
            "stop": 817864725
        },
        {
            "start": 817864749,
            "stop": 817864760
        },
        {
            "start": 817864779,
            "stop": 817864788
        },
        {
            "start": 817864814,
            "stop": 817864829
        },
        {
            "start": 817864833,
            "stop": 817864839
        },
        {
            "start": 817864843,
            "stop": 817864954
        },
        {
            "start": 817864958,
            "stop": 817865031
        },
        {
            "start": 817865048,
            "stop": 817865081
        },
        {
            "start": 817865084,
            "stop": 817865098
        },
        {
            "start": 817865101,
            "stop": 817865124
        },
        {
            "start": 817865127,
            "stop": 817865150
        },
        {
            "start": 817865167,
            "stop": 817865170
        },
        {
            "start": 817865201,
            "stop": 817865212
        },
        {
            "start": 817865245,
            "stop": 817865261
        },
        {
            "start": 817865264,
            "stop": 817865265
        }
    ]
}