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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=333",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 334,
    "results": [
        {
            "start": 822823181,
            "stop": 822823187
        },
        {
            "start": 822823208,
            "stop": 822823230
        },
        {
            "start": 822823244,
            "stop": 822823250
        },
        {
            "start": 822823258,
            "stop": 822823264
        },
        {
            "start": 822823268,
            "stop": 822823273
        },
        {
            "start": 822823276,
            "stop": 822823292
        },
        {
            "start": 822823300,
            "stop": 822823330
        },
        {
            "start": 822823673,
            "stop": 822823689
        },
        {
            "start": 822823711,
            "stop": 822823713
        },
        {
            "start": 822823722,
            "stop": 822823910
        },
        {
            "start": 822823918,
            "stop": 822823929
        },
        {
            "start": 822823966,
            "stop": 822823967
        },
        {
            "start": 822823976,
            "stop": 822823991
        },
        {
            "start": 822823995,
            "stop": 822824002
        },
        {
            "start": 822824029,
            "stop": 822824031
        },
        {
            "start": 822824034,
            "stop": 822824092
        },
        {
            "start": 822824100,
            "stop": 822824118
        },
        {
            "start": 822824192,
            "stop": 822824247
        },
        {
            "start": 822824251,
            "stop": 822824320
        },
        {
            "start": 822824323,
            "stop": 822824357
        }
    ]
}