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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3492",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3493,
    "results": [
        {
            "start": 871207860,
            "stop": 871209391
        },
        {
            "start": 871209408,
            "stop": 871209644
        },
        {
            "start": 871209662,
            "stop": 871210406
        },
        {
            "start": 871210423,
            "stop": 871210630
        },
        {
            "start": 871210647,
            "stop": 871211488
        },
        {
            "start": 871211491,
            "stop": 871212264
        },
        {
            "start": 871212295,
            "stop": 871212298
        },
        {
            "start": 871212315,
            "stop": 871212780
        },
        {
            "start": 871212840,
            "stop": 871213386
        },
        {
            "start": 871213403,
            "stop": 871214801
        },
        {
            "start": 871214818,
            "stop": 871215770
        },
        {
            "start": 871215787,
            "stop": 871215828
        },
        {
            "start": 871215845,
            "stop": 871216921
        },
        {
            "start": 871216938,
            "stop": 871217103
        },
        {
            "start": 871217120,
            "stop": 871217973
        },
        {
            "start": 871217990,
            "stop": 871219184
        },
        {
            "start": 871219365,
            "stop": 871219972
        },
        {
            "start": 871219989,
            "stop": 871220886
        },
        {
            "start": 871220903,
            "stop": 871220997
        },
        {
            "start": 871221015,
            "stop": 871221089
        }
    ]
}