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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=390",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 391,
    "results": [
        {
            "start": 821455807,
            "stop": 821456162
        },
        {
            "start": 821456181,
            "stop": 821456266
        },
        {
            "start": 821456269,
            "stop": 821456280
        },
        {
            "start": 821456283,
            "stop": 821456422
        },
        {
            "start": 821456425,
            "stop": 821456729
        },
        {
            "start": 821456759,
            "stop": 821456813
        },
        {
            "start": 821459486,
            "stop": 821459487
        },
        {
            "start": 821459514,
            "stop": 821459524
        },
        {
            "start": 821459527,
            "stop": 821459567
        },
        {
            "start": 821459586,
            "stop": 821460015
        },
        {
            "start": 821460034,
            "stop": 821460570
        },
        {
            "start": 821461197,
            "stop": 821461273
        },
        {
            "start": 821461472,
            "stop": 821461620
        },
        {
            "start": 821461623,
            "stop": 821461712
        },
        {
            "start": 821461715,
            "stop": 821461717
        },
        {
            "start": 821461720,
            "stop": 821461765
        },
        {
            "start": 821461885,
            "stop": 821461912
        },
        {
            "start": 821462032,
            "stop": 821462035
        },
        {
            "start": 821462038,
            "stop": 821462255
        },
        {
            "start": 821462258,
            "stop": 821462642
        }
    ]
}