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=398
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=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=397",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 398,
    "results": [
        {
            "start": 824720280,
            "stop": 824720400
        },
        {
            "start": 824720580,
            "stop": 824720663
        },
        {
            "start": 824720773,
            "stop": 824724050
        },
        {
            "start": 824724053,
            "stop": 824724129
        },
        {
            "start": 824724133,
            "stop": 824724348
        },
        {
            "start": 824724352,
            "stop": 824724869
        },
        {
            "start": 824724886,
            "stop": 824724933
        },
        {
            "start": 824724941,
            "stop": 824725015
        },
        {
            "start": 824725019,
            "stop": 824725061
        },
        {
            "start": 824725070,
            "stop": 824725739
        },
        {
            "start": 824725743,
            "stop": 824725857
        },
        {
            "start": 824725861,
            "stop": 824725928
        },
        {
            "start": 824725937,
            "stop": 824726058
        },
        {
            "start": 824726067,
            "stop": 824726087
        },
        {
            "start": 824726091,
            "stop": 824726097
        },
        {
            "start": 824726101,
            "stop": 824726277
        },
        {
            "start": 824726281,
            "stop": 824726404
        },
        {
            "start": 824726417,
            "stop": 824726423
        },
        {
            "start": 824726441,
            "stop": 824726497
        },
        {
            "start": 824726506,
            "stop": 824726512
        }
    ]
}