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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=333",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 334,
    "results": [
        {
            "start": 821749373,
            "stop": 821749385
        },
        {
            "start": 821749389,
            "stop": 821749401
        },
        {
            "start": 821749404,
            "stop": 821749410
        },
        {
            "start": 821749416,
            "stop": 821749445
        },
        {
            "start": 821749453,
            "stop": 821749454
        },
        {
            "start": 821749459,
            "stop": 821749461
        },
        {
            "start": 821749467,
            "stop": 821749471
        },
        {
            "start": 821749474,
            "stop": 821749477
        },
        {
            "start": 821749488,
            "stop": 821749492
        },
        {
            "start": 821749495,
            "stop": 821749499
        },
        {
            "start": 821749507,
            "stop": 821749508
        },
        {
            "start": 821749514,
            "stop": 821749518
        },
        {
            "start": 821749528,
            "stop": 821749532
        },
        {
            "start": 821749535,
            "stop": 821749542
        },
        {
            "start": 821749545,
            "stop": 821749550
        },
        {
            "start": 821749556,
            "stop": 821749559
        },
        {
            "start": 821749563,
            "stop": 821749569
        },
        {
            "start": 821749572,
            "stop": 821749574
        },
        {
            "start": 821749577,
            "stop": 821749578
        },
        {
            "start": 821749585,
            "stop": 821749588
        }
    ]
}