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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=150",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 151,
    "results": [
        {
            "start": 818781050,
            "stop": 818782033
        },
        {
            "start": 818782153,
            "stop": 818782776
        },
        {
            "start": 818782896,
            "stop": 818785741
        },
        {
            "start": 818785744,
            "stop": 818786267
        },
        {
            "start": 818786481,
            "stop": 818789341
        },
        {
            "start": 818789461,
            "stop": 818793477
        },
        {
            "start": 818795057,
            "stop": 818796695
        },
        {
            "start": 818796815,
            "stop": 818797983
        },
        {
            "start": 818797984,
            "stop": 818798707
        },
        {
            "start": 818798827,
            "stop": 818799603
        },
        {
            "start": 818799620,
            "stop": 818800574
        },
        {
            "start": 818800974,
            "stop": 818805510
        },
        {
            "start": 818809361,
            "stop": 818809519
        },
        {
            "start": 818809770,
            "stop": 818812411
        },
        {
            "start": 818812414,
            "stop": 818812568
        },
        {
            "start": 818813200,
            "stop": 818813404
        },
        {
            "start": 818814110,
            "stop": 818814756
        },
        {
            "start": 818815349,
            "stop": 818816832
        },
        {
            "start": 818817338,
            "stop": 818824074
        },
        {
            "start": 818824194,
            "stop": 818825995
        }
    ]
}