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/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7517
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7518",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7516",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7517,
    "results": [
        {
            "start": 970399848,
            "stop": 970399857
        },
        {
            "start": 970399863,
            "stop": 970399873
        },
        {
            "start": 970399879,
            "stop": 970399881
        },
        {
            "start": 970399887,
            "stop": 970399952
        },
        {
            "start": 970399955,
            "stop": 970400013
        },
        {
            "start": 970400016,
            "stop": 970400055
        },
        {
            "start": 970400065,
            "stop": 970400074
        },
        {
            "start": 970400086,
            "stop": 970400091
        },
        {
            "start": 970400101,
            "stop": 970400106
        },
        {
            "start": 970400116,
            "stop": 970400121
        },
        {
            "start": 970400129,
            "stop": 970400134
        },
        {
            "start": 970400147,
            "stop": 970400172
        },
        {
            "start": 970400188,
            "stop": 970400192
        },
        {
            "start": 970400201,
            "stop": 970400202
        },
        {
            "start": 970400221,
            "stop": 970400240
        },
        {
            "start": 970400243,
            "stop": 970400264
        },
        {
            "start": 970400267,
            "stop": 970400385
        },
        {
            "start": 970400388,
            "stop": 970400394
        },
        {
            "start": 970400397,
            "stop": 970400401
        },
        {
            "start": 970400404,
            "stop": 970400454
        }
    ]
}