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=531
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=532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=530",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 531,
    "results": [
        {
            "start": 827181317,
            "stop": 827181353
        },
        {
            "start": 827181356,
            "stop": 827181359
        },
        {
            "start": 827181362,
            "stop": 827181387
        },
        {
            "start": 827181390,
            "stop": 827181532
        },
        {
            "start": 827181535,
            "stop": 827181537
        },
        {
            "start": 827181541,
            "stop": 827181592
        },
        {
            "start": 827181610,
            "stop": 827181721
        },
        {
            "start": 827181725,
            "stop": 827181827
        },
        {
            "start": 827181831,
            "stop": 827182158
        },
        {
            "start": 827182161,
            "stop": 827182171
        },
        {
            "start": 827182174,
            "stop": 827182189
        },
        {
            "start": 827182192,
            "stop": 827182552
        },
        {
            "start": 827182556,
            "stop": 827182665
        },
        {
            "start": 827182668,
            "stop": 827182840
        },
        {
            "start": 827182848,
            "stop": 827182865
        },
        {
            "start": 827182868,
            "stop": 827182875
        },
        {
            "start": 827182878,
            "stop": 827182900
        },
        {
            "start": 827182903,
            "stop": 827182940
        },
        {
            "start": 827182944,
            "stop": 827182946
        },
        {
            "start": 827182949,
            "stop": 827182965
        }
    ]
}