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=3631
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=3632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3630",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3631,
    "results": [
        {
            "start": 872317500,
            "stop": 872318257
        },
        {
            "start": 872318274,
            "stop": 872319829
        },
        {
            "start": 872319846,
            "stop": 872320409
        },
        {
            "start": 872320426,
            "stop": 872320449
        },
        {
            "start": 872320467,
            "stop": 872324454
        },
        {
            "start": 872324471,
            "stop": 872325736
        },
        {
            "start": 872325753,
            "stop": 872326169
        },
        {
            "start": 872326186,
            "stop": 872326217
        },
        {
            "start": 872326234,
            "stop": 872326256
        },
        {
            "start": 872326273,
            "stop": 872326286
        },
        {
            "start": 872326303,
            "stop": 872326761
        },
        {
            "start": 872326778,
            "stop": 872327336
        },
        {
            "start": 872327353,
            "stop": 872327433
        },
        {
            "start": 872327450,
            "stop": 872328551
        },
        {
            "start": 872328568,
            "stop": 872329492
        },
        {
            "start": 872329509,
            "stop": 872331378
        },
        {
            "start": 872331690,
            "stop": 872332512
        },
        {
            "start": 872332529,
            "stop": 872332888
        },
        {
            "start": 872332905,
            "stop": 872333689
        },
        {
            "start": 872333706,
            "stop": 872334757
        }
    ]
}