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=177
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=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=176",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 177,
    "results": [
        {
            "start": 820362840,
            "stop": 820362857
        },
        {
            "start": 820362874,
            "stop": 820362967
        },
        {
            "start": 820362984,
            "stop": 820363106
        },
        {
            "start": 820363123,
            "stop": 820363795
        },
        {
            "start": 820363812,
            "stop": 820363877
        },
        {
            "start": 820363894,
            "stop": 820363896
        },
        {
            "start": 820363913,
            "stop": 820364007
        },
        {
            "start": 820364011,
            "stop": 820364072
        },
        {
            "start": 820364089,
            "stop": 820364091
        },
        {
            "start": 820364108,
            "stop": 820364231
        },
        {
            "start": 820364234,
            "stop": 820364317
        },
        {
            "start": 820364334,
            "stop": 820364361
        },
        {
            "start": 820364378,
            "stop": 820364391
        },
        {
            "start": 820364430,
            "stop": 820364439
        },
        {
            "start": 820364456,
            "stop": 820364575
        },
        {
            "start": 820365762,
            "stop": 820365909
        },
        {
            "start": 820365926,
            "stop": 820366286
        },
        {
            "start": 820366289,
            "stop": 820366306
        },
        {
            "start": 820366323,
            "stop": 820366737
        },
        {
            "start": 820366754,
            "stop": 820366886
        }
    ]
}