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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=276",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 277,
    "results": [
        {
            "start": 820718370,
            "stop": 820718528
        },
        {
            "start": 820718560,
            "stop": 820718730
        },
        {
            "start": 820718790,
            "stop": 820719136
        },
        {
            "start": 820719168,
            "stop": 820725526
        },
        {
            "start": 820725646,
            "stop": 820726544
        },
        {
            "start": 820726548,
            "stop": 820730233
        },
        {
            "start": 820730353,
            "stop": 820731990
        },
        {
            "start": 820732616,
            "stop": 820732650
        },
        {
            "start": 820732950,
            "stop": 820733070
        },
        {
            "start": 820733130,
            "stop": 820733774
        },
        {
            "start": 820734174,
            "stop": 820736370
        },
        {
            "start": 820736430,
            "stop": 820737289
        },
        {
            "start": 820737292,
            "stop": 820741391
        },
        {
            "start": 820741844,
            "stop": 820741898
        },
        {
            "start": 820742048,
            "stop": 820742926
        },
        {
            "start": 820742929,
            "stop": 820742976
        },
        {
            "start": 820743008,
            "stop": 820746005
        },
        {
            "start": 820746006,
            "stop": 820746887
        },
        {
            "start": 820746890,
            "stop": 820748835
        },
        {
            "start": 820749298,
            "stop": 820750450
        }
    ]
}