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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=322",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 323,
    "results": [
        {
            "start": 821745330,
            "stop": 821745331
        },
        {
            "start": 821745334,
            "stop": 821745337
        },
        {
            "start": 821745342,
            "stop": 821745345
        },
        {
            "start": 821745348,
            "stop": 821745359
        },
        {
            "start": 821745378,
            "stop": 821745395
        },
        {
            "start": 821745401,
            "stop": 821745408
        },
        {
            "start": 821745418,
            "stop": 821745421
        },
        {
            "start": 821745424,
            "stop": 821745433
        },
        {
            "start": 821745436,
            "stop": 821745448
        },
        {
            "start": 821745451,
            "stop": 821745452
        },
        {
            "start": 821745457,
            "stop": 821745458
        },
        {
            "start": 821745461,
            "stop": 821745465
        },
        {
            "start": 821745468,
            "stop": 821745469
        },
        {
            "start": 821745474,
            "stop": 821745494
        },
        {
            "start": 821745500,
            "stop": 821745545
        },
        {
            "start": 821745548,
            "stop": 821745549
        },
        {
            "start": 821745552,
            "stop": 821745560
        },
        {
            "start": 821745563,
            "stop": 821745576
        },
        {
            "start": 821745579,
            "stop": 821745586
        },
        {
            "start": 821745591,
            "stop": 821745599
        }
    ]
}