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=739
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=740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=738",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 739,
    "results": [
        {
            "start": 856210350,
            "stop": 856210357
        },
        {
            "start": 856212543,
            "stop": 856217970
        },
        {
            "start": 856218988,
            "stop": 856223790
        },
        {
            "start": 856226230,
            "stop": 856232970
        },
        {
            "start": 856233090,
            "stop": 856233114
        },
        {
            "start": 856233656,
            "stop": 856258815
        },
        {
            "start": 856259542,
            "stop": 856269807
        },
        {
            "start": 856269809,
            "stop": 856276830
        },
        {
            "start": 856276890,
            "stop": 856276908
        },
        {
            "start": 856277529,
            "stop": 856294290
        },
        {
            "start": 856296840,
            "stop": 856308684
        },
        {
            "start": 856308685,
            "stop": 856308686
        },
        {
            "start": 856308687,
            "stop": 856309458
        },
        {
            "start": 856309665,
            "stop": 856319364
        },
        {
            "start": 856319909,
            "stop": 856320390
        },
        {
            "start": 856321215,
            "stop": 856321709
        },
        {
            "start": 856322511,
            "stop": 856323450
        },
        {
            "start": 856323690,
            "stop": 856323700
        },
        {
            "start": 856323702,
            "stop": 856323709
        },
        {
            "start": 856325321,
            "stop": 856330830
        }
    ]
}