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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7503",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7501",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7502,
    "results": [
        {
            "start": 970313532,
            "stop": 970313556
        },
        {
            "start": 970313562,
            "stop": 970313616
        },
        {
            "start": 970313619,
            "stop": 970313680
        },
        {
            "start": 970313683,
            "stop": 970313826
        },
        {
            "start": 970313837,
            "stop": 970313845
        },
        {
            "start": 970313848,
            "stop": 970313930
        },
        {
            "start": 970313936,
            "stop": 970314338
        },
        {
            "start": 970314344,
            "stop": 970314350
        },
        {
            "start": 970314353,
            "stop": 970314392
        },
        {
            "start": 970314395,
            "stop": 970314404
        },
        {
            "start": 970314410,
            "stop": 970314415
        },
        {
            "start": 970314421,
            "stop": 970314422
        },
        {
            "start": 970314425,
            "stop": 970314448
        },
        {
            "start": 970314454,
            "stop": 970314576
        },
        {
            "start": 970314582,
            "stop": 970314583
        },
        {
            "start": 970314611,
            "stop": 970314612
        },
        {
            "start": 970314715,
            "stop": 970314716
        },
        {
            "start": 970314747,
            "stop": 970314967
        },
        {
            "start": 970314970,
            "stop": 970314999
        },
        {
            "start": 970315010,
            "stop": 970315203
        }
    ]
}