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=3598
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=3599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3597",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3598,
    "results": [
        {
            "start": 871969857,
            "stop": 871970608
        },
        {
            "start": 871970625,
            "stop": 871973157
        },
        {
            "start": 871973174,
            "stop": 871974059
        },
        {
            "start": 871974076,
            "stop": 871974079
        },
        {
            "start": 871974096,
            "stop": 871974457
        },
        {
            "start": 871974474,
            "stop": 871975402
        },
        {
            "start": 871975419,
            "stop": 871975819
        },
        {
            "start": 871975836,
            "stop": 871975874
        },
        {
            "start": 871975891,
            "stop": 871976476
        },
        {
            "start": 871976493,
            "stop": 871976579
        },
        {
            "start": 871976596,
            "stop": 871978440
        },
        {
            "start": 871978457,
            "stop": 871980006
        },
        {
            "start": 871980023,
            "stop": 871982776
        },
        {
            "start": 871982793,
            "stop": 871983320
        },
        {
            "start": 871983337,
            "stop": 871984560
        },
        {
            "start": 871984620,
            "stop": 871986998
        },
        {
            "start": 871987015,
            "stop": 871987535
        },
        {
            "start": 871987553,
            "stop": 871987631
        },
        {
            "start": 871987649,
            "stop": 871988950
        },
        {
            "start": 871988967,
            "stop": 871989308
        }
    ]
}