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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=364",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 365,
    "results": [
        {
            "start": 829403730,
            "stop": 829403734
        },
        {
            "start": 829403737,
            "stop": 829403739
        },
        {
            "start": 829403742,
            "stop": 829403744
        },
        {
            "start": 829403748,
            "stop": 829403756
        },
        {
            "start": 829403758,
            "stop": 829403760
        },
        {
            "start": 829403762,
            "stop": 829403764
        },
        {
            "start": 829403771,
            "stop": 829403772
        },
        {
            "start": 829403777,
            "stop": 829403778
        },
        {
            "start": 829403781,
            "stop": 829403782
        },
        {
            "start": 829403787,
            "stop": 829403788
        },
        {
            "start": 829403790,
            "stop": 829403791
        },
        {
            "start": 829403793,
            "stop": 829403795
        },
        {
            "start": 829403806,
            "stop": 829403808
        },
        {
            "start": 829403814,
            "stop": 829403820
        },
        {
            "start": 829403830,
            "stop": 829403832
        },
        {
            "start": 829403835,
            "stop": 829403837
        },
        {
            "start": 829403846,
            "stop": 829403847
        },
        {
            "start": 829403856,
            "stop": 829403859
        },
        {
            "start": 829403863,
            "stop": 829403865
        },
        {
            "start": 829403867,
            "stop": 829403869
        }
    ]
}