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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=317",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 318,
    "results": [
        {
            "start": 822621924,
            "stop": 822621928
        },
        {
            "start": 822621931,
            "stop": 822622127
        },
        {
            "start": 822622130,
            "stop": 822622273
        },
        {
            "start": 822622373,
            "stop": 822622857
        },
        {
            "start": 822622860,
            "stop": 822623012
        },
        {
            "start": 822623016,
            "stop": 822623172
        },
        {
            "start": 822623175,
            "stop": 822623253
        },
        {
            "start": 822623256,
            "stop": 822623431
        },
        {
            "start": 822623434,
            "stop": 822623911
        },
        {
            "start": 822623914,
            "stop": 822623978
        },
        {
            "start": 822623981,
            "stop": 822624520
        },
        {
            "start": 822624523,
            "stop": 822624645
        },
        {
            "start": 822624648,
            "stop": 822625005
        },
        {
            "start": 822625110,
            "stop": 822625394
        },
        {
            "start": 822625466,
            "stop": 822625753
        },
        {
            "start": 822625813,
            "stop": 822625865
        },
        {
            "start": 822625869,
            "stop": 822625993
        },
        {
            "start": 822626081,
            "stop": 822626289
        },
        {
            "start": 822626363,
            "stop": 822626528
        },
        {
            "start": 822626834,
            "stop": 822627427
        }
    ]
}