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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=281",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 282,
    "results": [
        {
            "start": 934948713,
            "stop": 934948716
        },
        {
            "start": 934949256,
            "stop": 934949279
        },
        {
            "start": 934949285,
            "stop": 934949289
        },
        {
            "start": 934949295,
            "stop": 934949375
        },
        {
            "start": 934949381,
            "stop": 934949427
        },
        {
            "start": 934949438,
            "stop": 934949518
        },
        {
            "start": 934949524,
            "stop": 934949543
        },
        {
            "start": 934949549,
            "stop": 934949571
        },
        {
            "start": 934949581,
            "stop": 934949616
        },
        {
            "start": 934949676,
            "stop": 934949770
        },
        {
            "start": 934949776,
            "stop": 934949896
        },
        {
            "start": 934949906,
            "stop": 934950063
        },
        {
            "start": 934950079,
            "stop": 934950096
        },
        {
            "start": 934950156,
            "stop": 934950169
        },
        {
            "start": 934950175,
            "stop": 934950213
        },
        {
            "start": 934950218,
            "stop": 934950243
        },
        {
            "start": 934950246,
            "stop": 934950275
        },
        {
            "start": 934950336,
            "stop": 934950516
        },
        {
            "start": 934950636,
            "stop": 934950696
        },
        {
            "start": 934950756,
            "stop": 934950816
        }
    ]
}