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=208
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=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=207",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 208,
    "results": [
        {
            "start": 821665264,
            "stop": 821665269
        },
        {
            "start": 821665272,
            "stop": 821665284
        },
        {
            "start": 821665287,
            "stop": 821665293
        },
        {
            "start": 821665296,
            "stop": 821665300
        },
        {
            "start": 821665303,
            "stop": 821665312
        },
        {
            "start": 821665317,
            "stop": 821665327
        },
        {
            "start": 821665331,
            "stop": 821665332
        },
        {
            "start": 821665341,
            "stop": 821665342
        },
        {
            "start": 821665346,
            "stop": 821665358
        },
        {
            "start": 821665364,
            "stop": 821665370
        },
        {
            "start": 821665374,
            "stop": 821665376
        },
        {
            "start": 821665379,
            "stop": 821665380
        },
        {
            "start": 821665383,
            "stop": 821665401
        },
        {
            "start": 821665411,
            "stop": 821665418
        },
        {
            "start": 821665421,
            "stop": 821665428
        },
        {
            "start": 821665431,
            "stop": 821665434
        },
        {
            "start": 821665437,
            "stop": 821665450
        },
        {
            "start": 821665453,
            "stop": 821665454
        },
        {
            "start": 821665457,
            "stop": 821665459
        },
        {
            "start": 821665465,
            "stop": 821665482
        }
    ]
}