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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4188",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4189,
    "results": [
        {
            "start": 874398945,
            "stop": 874398954
        },
        {
            "start": 874398974,
            "stop": 874399053
        },
        {
            "start": 874399087,
            "stop": 874399144
        },
        {
            "start": 874399165,
            "stop": 874399178
        },
        {
            "start": 874399216,
            "stop": 874399360
        },
        {
            "start": 874399379,
            "stop": 874399534
        },
        {
            "start": 874399558,
            "stop": 874399570
        },
        {
            "start": 874399590,
            "stop": 874399732
        },
        {
            "start": 874399751,
            "stop": 874399754
        },
        {
            "start": 874399774,
            "stop": 874399792
        },
        {
            "start": 874399811,
            "stop": 874399847
        },
        {
            "start": 874399873,
            "stop": 874399896
        },
        {
            "start": 874399915,
            "stop": 874400028
        },
        {
            "start": 874400047,
            "stop": 874400092
        },
        {
            "start": 874400111,
            "stop": 874400333
        },
        {
            "start": 874400352,
            "stop": 874400486
        },
        {
            "start": 874400505,
            "stop": 874400878
        },
        {
            "start": 874400899,
            "stop": 874401082
        },
        {
            "start": 874401101,
            "stop": 874401176
        },
        {
            "start": 874401195,
            "stop": 874401294
        }
    ]
}