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=375
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=376",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=374",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 375,
    "results": [
        {
            "start": 821413591,
            "stop": 821414355
        },
        {
            "start": 821414358,
            "stop": 821414570
        },
        {
            "start": 821414573,
            "stop": 821414625
        },
        {
            "start": 821414628,
            "stop": 821415219
        },
        {
            "start": 821415222,
            "stop": 821415717
        },
        {
            "start": 821415721,
            "stop": 821415984
        },
        {
            "start": 821416104,
            "stop": 821417112
        },
        {
            "start": 821417115,
            "stop": 821417277
        },
        {
            "start": 821417397,
            "stop": 821417437
        },
        {
            "start": 821417557,
            "stop": 821418662
        },
        {
            "start": 821418666,
            "stop": 821419380
        },
        {
            "start": 821419383,
            "stop": 821420313
        },
        {
            "start": 821420316,
            "stop": 821421169
        },
        {
            "start": 821421289,
            "stop": 821421488
        },
        {
            "start": 821421491,
            "stop": 821421675
        },
        {
            "start": 821421795,
            "stop": 821421875
        },
        {
            "start": 821421894,
            "stop": 821422284
        },
        {
            "start": 821422303,
            "stop": 821422399
        },
        {
            "start": 821422418,
            "stop": 821422456
        },
        {
            "start": 821422459,
            "stop": 821422515
        }
    ]
}