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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=212",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 213,
    "results": [
        {
            "start": 827121990,
            "stop": 827123968
        },
        {
            "start": 827123971,
            "stop": 827124113
        },
        {
            "start": 827124115,
            "stop": 827124130
        },
        {
            "start": 827124132,
            "stop": 827124190
        },
        {
            "start": 827124193,
            "stop": 827124477
        },
        {
            "start": 827124479,
            "stop": 827124497
        },
        {
            "start": 827124502,
            "stop": 827134401
        },
        {
            "start": 827134403,
            "stop": 827134435
        },
        {
            "start": 827134438,
            "stop": 827134907
        },
        {
            "start": 827134913,
            "stop": 827134945
        },
        {
            "start": 827134950,
            "stop": 827135375
        },
        {
            "start": 827135377,
            "stop": 827135461
        },
        {
            "start": 827135465,
            "stop": 827135493
        },
        {
            "start": 827135496,
            "stop": 827135575
        },
        {
            "start": 827135577,
            "stop": 827135591
        },
        {
            "start": 827135593,
            "stop": 827135737
        },
        {
            "start": 827135739,
            "stop": 827137199
        },
        {
            "start": 827137201,
            "stop": 827137209
        },
        {
            "start": 827137211,
            "stop": 827137553
        },
        {
            "start": 827137555,
            "stop": 827137928
        }
    ]
}