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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4207",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4208,
    "results": [
        {
            "start": 874446469,
            "stop": 874446498
        },
        {
            "start": 874446535,
            "stop": 874446539
        },
        {
            "start": 874446584,
            "stop": 874446634
        },
        {
            "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
        },
        {
            "start": 874447695,
            "stop": 874447725
        },
        {
            "start": 874447744,
            "stop": 874447755
        },
        {
            "start": 874447775,
            "stop": 874447778
        },
        {
            "start": 874447808,
            "stop": 874447809
        }
    ]
}