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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=409",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 410,
    "results": [
        {
            "start": 821506729,
            "stop": 821506887
        },
        {
            "start": 821506904,
            "stop": 821506912
        },
        {
            "start": 821506931,
            "stop": 821506978
        },
        {
            "start": 821506997,
            "stop": 821507071
        },
        {
            "start": 821507075,
            "stop": 821507120
        },
        {
            "start": 821507139,
            "stop": 821507156
        },
        {
            "start": 821507159,
            "stop": 821507197
        },
        {
            "start": 821507216,
            "stop": 821507227
        },
        {
            "start": 821507230,
            "stop": 821507248
        },
        {
            "start": 821507267,
            "stop": 821507315
        },
        {
            "start": 821507318,
            "stop": 821507332
        },
        {
            "start": 821507335,
            "stop": 821507388
        },
        {
            "start": 821507392,
            "stop": 821507406
        },
        {
            "start": 821507432,
            "stop": 821507441
        },
        {
            "start": 821507519,
            "stop": 821507561
        },
        {
            "start": 821507583,
            "stop": 821507609
        },
        {
            "start": 821507628,
            "stop": 821507639
        },
        {
            "start": 821507658,
            "stop": 821507662
        },
        {
            "start": 821507681,
            "stop": 821507805
        },
        {
            "start": 821507896,
            "stop": 821507915
        }
    ]
}