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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4989",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4987",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4988,
    "results": [
        {
            "start": 874446322,
            "stop": 874446339
        },
        {
            "start": 874446469,
            "stop": 874446498
        },
        {
            "start": 874446535,
            "stop": 874446539
        },
        {
            "start": 874446584,
            "stop": 874446642
        },
        {
            "start": 874446683,
            "stop": 874446699
        },
        {
            "start": 874446718,
            "stop": 874446727
        },
        {
            "start": 874446753,
            "stop": 874446782
        },
        {
            "start": 874446803,
            "stop": 874446834
        },
        {
            "start": 874446866,
            "stop": 874447008
        },
        {
            "start": 874447028,
            "stop": 874447036
        },
        {
            "start": 874447055,
            "stop": 874447068
        },
        {
            "start": 874447091,
            "stop": 874447116
        },
        {
            "start": 874447154,
            "stop": 874447170
        },
        {
            "start": 874447210,
            "stop": 874447262
        },
        {
            "start": 874447281,
            "stop": 874447312
        },
        {
            "start": 874447347,
            "stop": 874447392
        },
        {
            "start": 874447411,
            "stop": 874447434
        },
        {
            "start": 874447526,
            "stop": 874447549
        },
        {
            "start": 874447569,
            "stop": 874447577
        },
        {
            "start": 874447653,
            "stop": 874447670
        }
    ]
}