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=4784
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=4785",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4783",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4784,
    "results": [
        {
            "start": 874609080,
            "stop": 874609119
        },
        {
            "start": 874609155,
            "stop": 874609156
        },
        {
            "start": 874609181,
            "stop": 874609197
        },
        {
            "start": 874609220,
            "stop": 874609222
        },
        {
            "start": 874609241,
            "stop": 874609242
        },
        {
            "start": 874609261,
            "stop": 874609313
        },
        {
            "start": 874609352,
            "stop": 874609401
        },
        {
            "start": 874609475,
            "stop": 874609482
        },
        {
            "start": 874609561,
            "stop": 874609603
        },
        {
            "start": 874609674,
            "stop": 874609702
        },
        {
            "start": 874609721,
            "stop": 874609732
        },
        {
            "start": 874609753,
            "stop": 874609755
        },
        {
            "start": 874609810,
            "stop": 874609852
        },
        {
            "start": 874609871,
            "stop": 874609872
        },
        {
            "start": 874609944,
            "stop": 874609960
        },
        {
            "start": 874610027,
            "stop": 874610029
        },
        {
            "start": 874610100,
            "stop": 874610115
        },
        {
            "start": 874610135,
            "stop": 874610148
        },
        {
            "start": 874610221,
            "stop": 874610225
        },
        {
            "start": 874610256,
            "stop": 874610270
        }
    ]
}