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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=135",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 136,
    "results": [
        {
            "start": 816830322,
            "stop": 816830331
        },
        {
            "start": 816830335,
            "stop": 816830339
        },
        {
            "start": 816830343,
            "stop": 816830351
        },
        {
            "start": 816830358,
            "stop": 816830364
        },
        {
            "start": 816830370,
            "stop": 816830373
        },
        {
            "start": 816830378,
            "stop": 816830475
        },
        {
            "start": 816830480,
            "stop": 816830489
        },
        {
            "start": 816830494,
            "stop": 816830644
        },
        {
            "start": 816830649,
            "stop": 816830650
        },
        {
            "start": 816830707,
            "stop": 816830708
        },
        {
            "start": 816831356,
            "stop": 816831381
        },
        {
            "start": 816831385,
            "stop": 816831454
        },
        {
            "start": 816831458,
            "stop": 816831460
        },
        {
            "start": 816831464,
            "stop": 816831465
        },
        {
            "start": 816831472,
            "stop": 816831481
        },
        {
            "start": 816831486,
            "stop": 816831496
        },
        {
            "start": 816831502,
            "stop": 816831503
        },
        {
            "start": 816831509,
            "stop": 816831513
        },
        {
            "start": 816831516,
            "stop": 816831521
        },
        {
            "start": 816831526,
            "stop": 816831529
        }
    ]
}