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=337
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=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=336",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 337,
    "results": [
        {
            "start": 822849870,
            "stop": 822849915
        },
        {
            "start": 822849919,
            "stop": 822849954
        },
        {
            "start": 822849957,
            "stop": 822849990
        },
        {
            "start": 822850170,
            "stop": 822850188
        },
        {
            "start": 822850324,
            "stop": 822850382
        },
        {
            "start": 822859664,
            "stop": 822859904
        },
        {
            "start": 822859908,
            "stop": 822860010
        },
        {
            "start": 822860070,
            "stop": 822860200
        },
        {
            "start": 822860204,
            "stop": 822860206
        },
        {
            "start": 822860210,
            "stop": 822860242
        },
        {
            "start": 822860245,
            "stop": 822860271
        },
        {
            "start": 822860275,
            "stop": 822860277
        },
        {
            "start": 822860340,
            "stop": 822860400
        },
        {
            "start": 822860460,
            "stop": 822860520
        },
        {
            "start": 822860580,
            "stop": 822860593
        },
        {
            "start": 822862046,
            "stop": 822862068
        },
        {
            "start": 822862071,
            "stop": 822862111
        },
        {
            "start": 822862114,
            "stop": 822862150
        },
        {
            "start": 822862154,
            "stop": 822862166
        },
        {
            "start": 822862169,
            "stop": 822862183
        }
    ]
}