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=394
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=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=393",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 394,
    "results": [
        {
            "start": 829637986,
            "stop": 829637994
        },
        {
            "start": 829637996,
            "stop": 829638010
        },
        {
            "start": 829638015,
            "stop": 829638020
        },
        {
            "start": 829638022,
            "stop": 829638024
        },
        {
            "start": 829638028,
            "stop": 829638044
        },
        {
            "start": 829638046,
            "stop": 829638062
        },
        {
            "start": 829638064,
            "stop": 829638069
        },
        {
            "start": 829638073,
            "stop": 829638075
        },
        {
            "start": 829638077,
            "stop": 829638089
        },
        {
            "start": 829638093,
            "stop": 829638099
        },
        {
            "start": 829638102,
            "stop": 829638117
        },
        {
            "start": 829638119,
            "stop": 829638126
        },
        {
            "start": 829638128,
            "stop": 829638130
        },
        {
            "start": 829638132,
            "stop": 829638135
        },
        {
            "start": 829638137,
            "stop": 829638139
        },
        {
            "start": 829638141,
            "stop": 829638150
        },
        {
            "start": 829638152,
            "stop": 829638166
        },
        {
            "start": 829638168,
            "stop": 829638169
        },
        {
            "start": 829638171,
            "stop": 829638173
        },
        {
            "start": 829638175,
            "stop": 829638182
        }
    ]
}