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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=276",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 277,
    "results": [
        {
            "start": 821691053,
            "stop": 821691064
        },
        {
            "start": 821691067,
            "stop": 821691146
        },
        {
            "start": 821691149,
            "stop": 821691195
        },
        {
            "start": 821691198,
            "stop": 821691209
        },
        {
            "start": 821691218,
            "stop": 821691231
        },
        {
            "start": 821691234,
            "stop": 821691244
        },
        {
            "start": 821691247,
            "stop": 821691264
        },
        {
            "start": 821691268,
            "stop": 821691358
        },
        {
            "start": 821691361,
            "stop": 821691428
        },
        {
            "start": 821691431,
            "stop": 821691464
        },
        {
            "start": 821691467,
            "stop": 821691481
        },
        {
            "start": 821691484,
            "stop": 821691496
        },
        {
            "start": 821691499,
            "stop": 821691533
        },
        {
            "start": 821691541,
            "stop": 821691555
        },
        {
            "start": 821691560,
            "stop": 821691561
        },
        {
            "start": 821691570,
            "stop": 821691584
        },
        {
            "start": 821691587,
            "stop": 821691590
        },
        {
            "start": 821691596,
            "stop": 821691597
        },
        {
            "start": 821691600,
            "stop": 821691611
        },
        {
            "start": 821691614,
            "stop": 821691615
        }
    ]
}