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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=181",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 182,
    "results": [
        {
            "start": 820050579,
            "stop": 820051478
        },
        {
            "start": 820051940,
            "stop": 820052959
        },
        {
            "start": 820053385,
            "stop": 820054575
        },
        {
            "start": 820055021,
            "stop": 820056750
        },
        {
            "start": 820057713,
            "stop": 820060413
        },
        {
            "start": 820061282,
            "stop": 820062612
        },
        {
            "start": 820064109,
            "stop": 820070741
        },
        {
            "start": 820070744,
            "stop": 820072683
        },
        {
            "start": 820072686,
            "stop": 820076221
        },
        {
            "start": 820076224,
            "stop": 820078757
        },
        {
            "start": 820078760,
            "stop": 820081486
        },
        {
            "start": 820081489,
            "stop": 820082181
        },
        {
            "start": 820082185,
            "stop": 820083640
        },
        {
            "start": 820083644,
            "stop": 820085286
        },
        {
            "start": 820085289,
            "stop": 820085954
        },
        {
            "start": 820085957,
            "stop": 820086108
        },
        {
            "start": 820086111,
            "stop": 820086113
        },
        {
            "start": 820086117,
            "stop": 820086714
        },
        {
            "start": 820088631,
            "stop": 820089270
        },
        {
            "start": 820089330,
            "stop": 820090525
        }
    ]
}