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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7542",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7540",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7541,
    "results": [
        {
            "start": 970405427,
            "stop": 970405429
        },
        {
            "start": 970405444,
            "stop": 970405473
        },
        {
            "start": 970405479,
            "stop": 970405480
        },
        {
            "start": 970405486,
            "stop": 970405511
        },
        {
            "start": 970405514,
            "stop": 970405525
        },
        {
            "start": 970405528,
            "stop": 970405562
        },
        {
            "start": 970405565,
            "stop": 970405570
        },
        {
            "start": 970405573,
            "stop": 970405672
        },
        {
            "start": 970405675,
            "stop": 970405687
        },
        {
            "start": 970405692,
            "stop": 970405696
        },
        {
            "start": 970405816,
            "stop": 970405837
        },
        {
            "start": 970405840,
            "stop": 970405845
        },
        {
            "start": 970405848,
            "stop": 970405877
        },
        {
            "start": 970405880,
            "stop": 970405915
        },
        {
            "start": 970405918,
            "stop": 970405953
        },
        {
            "start": 970405956,
            "stop": 970405974
        },
        {
            "start": 970405977,
            "stop": 970406101
        },
        {
            "start": 970406104,
            "stop": 970406148
        },
        {
            "start": 970406151,
            "stop": 970406185
        },
        {
            "start": 970406188,
            "stop": 970406204
        }
    ]
}