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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=202",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 203,
    "results": [
        {
            "start": 820203790,
            "stop": 820203835
        },
        {
            "start": 820203838,
            "stop": 820203927
        },
        {
            "start": 820203930,
            "stop": 820203971
        },
        {
            "start": 820203974,
            "stop": 820204064
        },
        {
            "start": 820204067,
            "stop": 820204069
        },
        {
            "start": 820204072,
            "stop": 820204087
        },
        {
            "start": 820204094,
            "stop": 820204186
        },
        {
            "start": 820204189,
            "stop": 820204229
        },
        {
            "start": 820204233,
            "stop": 820204410
        },
        {
            "start": 820204413,
            "stop": 820204447
        },
        {
            "start": 820204450,
            "stop": 820204470
        },
        {
            "start": 820204473,
            "stop": 820204526
        },
        {
            "start": 820204529,
            "stop": 820204649
        },
        {
            "start": 820204652,
            "stop": 820204843
        },
        {
            "start": 820204846,
            "stop": 820204913
        },
        {
            "start": 820204916,
            "stop": 820205008
        },
        {
            "start": 820205011,
            "stop": 820205058
        },
        {
            "start": 820205069,
            "stop": 820205105
        },
        {
            "start": 820205109,
            "stop": 820205110
        },
        {
            "start": 820205114,
            "stop": 820205153
        }
    ]
}