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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4948",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4949,
    "results": [
        {
            "start": 874367769,
            "stop": 874367790
        },
        {
            "start": 874367815,
            "stop": 874367826
        },
        {
            "start": 874368126,
            "stop": 874368128
        },
        {
            "start": 874368212,
            "stop": 874368219
        },
        {
            "start": 874368367,
            "stop": 874368372
        },
        {
            "start": 874368430,
            "stop": 874368451
        },
        {
            "start": 874368470,
            "stop": 874368480
        },
        {
            "start": 874368554,
            "stop": 874368566
        },
        {
            "start": 874368585,
            "stop": 874368591
        },
        {
            "start": 874368611,
            "stop": 874368626
        },
        {
            "start": 874368645,
            "stop": 874368650
        },
        {
            "start": 874368752,
            "stop": 874368753
        },
        {
            "start": 874368772,
            "stop": 874368780
        },
        {
            "start": 874368985,
            "stop": 874369037
        },
        {
            "start": 874369069,
            "stop": 874369078
        },
        {
            "start": 874369109,
            "stop": 874369111
        },
        {
            "start": 874369310,
            "stop": 874369321
        },
        {
            "start": 874369381,
            "stop": 874369397
        },
        {
            "start": 874369427,
            "stop": 874369428
        },
        {
            "start": 874369497,
            "stop": 874369498
        }
    ]
}