Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5030
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5031",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5029",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5030,
    "results": [
        {
            "start": 874566410,
            "stop": 874566492
        },
        {
            "start": 874566499,
            "stop": 874566525
        },
        {
            "start": 874566538,
            "stop": 874566561
        },
        {
            "start": 874566568,
            "stop": 874566657
        },
        {
            "start": 874566664,
            "stop": 874566670
        },
        {
            "start": 874566677,
            "stop": 874566693
        },
        {
            "start": 874566700,
            "stop": 874566810
        },
        {
            "start": 874566817,
            "stop": 874566853
        },
        {
            "start": 874566860,
            "stop": 874566866
        },
        {
            "start": 874566874,
            "stop": 874566903
        },
        {
            "start": 874566910,
            "stop": 874566959
        },
        {
            "start": 874566966,
            "stop": 874567002
        },
        {
            "start": 874567009,
            "stop": 874567083
        },
        {
            "start": 874567093,
            "stop": 874567138
        },
        {
            "start": 874567145,
            "stop": 874567157
        },
        {
            "start": 874567165,
            "stop": 874567214
        },
        {
            "start": 874567233,
            "stop": 874567272
        },
        {
            "start": 874567279,
            "stop": 874567294
        },
        {
            "start": 874567301,
            "stop": 874567308
        },
        {
            "start": 874567316,
            "stop": 874567345
        }
    ]
}