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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9794",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9795,
    "results": [
        {
            "start": 873327455,
            "stop": 873327802
        },
        {
            "start": 873327819,
            "stop": 873329096
        },
        {
            "start": 873329216,
            "stop": 873329507
        },
        {
            "start": 873329524,
            "stop": 873329760
        },
        {
            "start": 873329820,
            "stop": 873330606
        },
        {
            "start": 873330623,
            "stop": 873331260
        },
        {
            "start": 873331320,
            "stop": 873331740
        },
        {
            "start": 873331800,
            "stop": 873331980
        },
        {
            "start": 873332040,
            "stop": 873333661
        },
        {
            "start": 873333678,
            "stop": 873333935
        },
        {
            "start": 873333952,
            "stop": 873335820
        },
        {
            "start": 873335880,
            "stop": 873338972
        },
        {
            "start": 873338989,
            "stop": 873339231
        },
        {
            "start": 873339248,
            "stop": 873339864
        },
        {
            "start": 873339881,
            "stop": 873340620
        },
        {
            "start": 873340680,
            "stop": 873343173
        },
        {
            "start": 873343190,
            "stop": 873345190
        },
        {
            "start": 873345310,
            "stop": 873346469
        },
        {
            "start": 873346486,
            "stop": 873346591
        },
        {
            "start": 873346608,
            "stop": 873346842
        }
    ]
}