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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=170",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 171,
    "results": [
        {
            "start": 819964885,
            "stop": 819964887
        },
        {
            "start": 819964890,
            "stop": 819964972
        },
        {
            "start": 819964975,
            "stop": 819965275
        },
        {
            "start": 819965281,
            "stop": 819965465
        },
        {
            "start": 819965469,
            "stop": 819965731
        },
        {
            "start": 819965734,
            "stop": 819965777
        },
        {
            "start": 819965780,
            "stop": 819965863
        },
        {
            "start": 819965866,
            "stop": 819965941
        },
        {
            "start": 819965945,
            "stop": 819965989
        },
        {
            "start": 819965992,
            "stop": 819966071
        },
        {
            "start": 819966075,
            "stop": 819966106
        },
        {
            "start": 819966109,
            "stop": 819966158
        },
        {
            "start": 819966161,
            "stop": 819966440
        },
        {
            "start": 819966443,
            "stop": 819967473
        },
        {
            "start": 819967476,
            "stop": 819967550
        },
        {
            "start": 819967554,
            "stop": 819967810
        },
        {
            "start": 819967815,
            "stop": 819968081
        },
        {
            "start": 819968084,
            "stop": 819968145
        },
        {
            "start": 819968148,
            "stop": 819968281
        },
        {
            "start": 819968284,
            "stop": 819968520
        }
    ]
}