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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=327",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 328,
    "results": [
        {
            "start": 821749308,
            "stop": 821749310
        },
        {
            "start": 821749315,
            "stop": 821749328
        },
        {
            "start": 821749334,
            "stop": 821749335
        },
        {
            "start": 821749338,
            "stop": 821749339
        },
        {
            "start": 821749342,
            "stop": 821749344
        },
        {
            "start": 821749347,
            "stop": 821749352
        },
        {
            "start": 821749355,
            "stop": 821749357
        },
        {
            "start": 821749368,
            "stop": 821749370
        },
        {
            "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
        }
    ]
}