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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=121",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 122,
    "results": [
        {
            "start": 818903413,
            "stop": 818906651
        },
        {
            "start": 818906832,
            "stop": 818908345
        },
        {
            "start": 818908465,
            "stop": 818909696
        },
        {
            "start": 818909728,
            "stop": 818910208
        },
        {
            "start": 818910240,
            "stop": 818911813
        },
        {
            "start": 818912156,
            "stop": 818917630
        },
        {
            "start": 818919353,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818920605
        },
        {
            "start": 818920845,
            "stop": 818923975
        },
        {
            "start": 818924159,
            "stop": 818926638
        },
        {
            "start": 818926655,
            "stop": 818927304
        },
        {
            "start": 818927424,
            "stop": 818932783
        },
        {
            "start": 818932964,
            "stop": 818935260
        },
        {
            "start": 818935320,
            "stop": 818937824
        },
        {
            "start": 818937856,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945489
        },
        {
            "start": 818946980,
            "stop": 818951552
        },
        {
            "start": 818951584,
            "stop": 818952266
        },
        {
            "start": 818953327,
            "stop": 818954200
        },
        {
            "start": 818955978,
            "stop": 818956543
        }
    ]
}