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=3639
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=3640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3638",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3639,
    "results": [
        {
            "start": 872433077,
            "stop": 872433103
        },
        {
            "start": 872433137,
            "stop": 872433404
        },
        {
            "start": 872433421,
            "stop": 872433453
        },
        {
            "start": 872433470,
            "stop": 872433700
        },
        {
            "start": 872433717,
            "stop": 872434465
        },
        {
            "start": 872434482,
            "stop": 872434800
        },
        {
            "start": 872434920,
            "stop": 872435417
        },
        {
            "start": 872435434,
            "stop": 872435548
        },
        {
            "start": 872435565,
            "stop": 872435939
        },
        {
            "start": 872435956,
            "stop": 872436162
        },
        {
            "start": 872436179,
            "stop": 872436466
        },
        {
            "start": 872436483,
            "stop": 872436581
        },
        {
            "start": 872436600,
            "stop": 872437059
        },
        {
            "start": 872437093,
            "stop": 872437348
        },
        {
            "start": 872437365,
            "stop": 872437831
        },
        {
            "start": 872437848,
            "stop": 872437860
        },
        {
            "start": 872437920,
            "stop": 872437968
        },
        {
            "start": 872437986,
            "stop": 872438135
        },
        {
            "start": 872438152,
            "stop": 872438234
        },
        {
            "start": 872438251,
            "stop": 872438864
        }
    ]
}