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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=626",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=624",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 625,
    "results": [
        {
            "start": 829149103,
            "stop": 829149393
        },
        {
            "start": 829149396,
            "stop": 829149462
        },
        {
            "start": 829149540,
            "stop": 829150116
        },
        {
            "start": 829151305,
            "stop": 829152257
        },
        {
            "start": 829152274,
            "stop": 829152598
        },
        {
            "start": 829152601,
            "stop": 829152636
        },
        {
            "start": 829152639,
            "stop": 829152812
        },
        {
            "start": 829152815,
            "stop": 829152819
        },
        {
            "start": 829152823,
            "stop": 829153040
        },
        {
            "start": 829153043,
            "stop": 829153214
        },
        {
            "start": 829153217,
            "stop": 829153426
        },
        {
            "start": 829153430,
            "stop": 829153493
        },
        {
            "start": 829153497,
            "stop": 829153725
        },
        {
            "start": 829153728,
            "stop": 829153873
        },
        {
            "start": 829153876,
            "stop": 829154893
        },
        {
            "start": 829154896,
            "stop": 829154941
        },
        {
            "start": 829154944,
            "stop": 829155061
        },
        {
            "start": 829155064,
            "stop": 829155227
        },
        {
            "start": 829155230,
            "stop": 829155334
        },
        {
            "start": 829155337,
            "stop": 829155352
        }
    ]
}