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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=183",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 184,
    "results": [
        {
            "start": 819732685,
            "stop": 819732836
        },
        {
            "start": 819732839,
            "stop": 819732958
        },
        {
            "start": 819732961,
            "stop": 819733050
        },
        {
            "start": 819733053,
            "stop": 819733114
        },
        {
            "start": 819733117,
            "stop": 819733120
        },
        {
            "start": 819733123,
            "stop": 819733202
        },
        {
            "start": 819733205,
            "stop": 819733216
        },
        {
            "start": 819733219,
            "stop": 819733551
        },
        {
            "start": 819733555,
            "stop": 819733596
        },
        {
            "start": 819733600,
            "stop": 819733748
        },
        {
            "start": 819733751,
            "stop": 819733842
        },
        {
            "start": 819733845,
            "stop": 819733846
        },
        {
            "start": 819733966,
            "stop": 819734067
        },
        {
            "start": 819734071,
            "stop": 819734169
        },
        {
            "start": 819734172,
            "stop": 819734204
        },
        {
            "start": 819734207,
            "stop": 819734604
        },
        {
            "start": 819734607,
            "stop": 819734620
        },
        {
            "start": 819734623,
            "stop": 819734642
        },
        {
            "start": 819734645,
            "stop": 819734646
        },
        {
            "start": 819734649,
            "stop": 819734823
        }
    ]
}