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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=290",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 291,
    "results": [
        {
            "start": 820804226,
            "stop": 820804930
        },
        {
            "start": 820806311,
            "stop": 820806981
        },
        {
            "start": 820807101,
            "stop": 820810553
        },
        {
            "start": 820810556,
            "stop": 820812318
        },
        {
            "start": 820812438,
            "stop": 820815300
        },
        {
            "start": 820815420,
            "stop": 820816581
        },
        {
            "start": 820816701,
            "stop": 820816797
        },
        {
            "start": 820816917,
            "stop": 820818285
        },
        {
            "start": 820818405,
            "stop": 820818615
        },
        {
            "start": 820818632,
            "stop": 820819616
        },
        {
            "start": 820819648,
            "stop": 820821900
        },
        {
            "start": 820821960,
            "stop": 820825800
        },
        {
            "start": 820825860,
            "stop": 820828011
        },
        {
            "start": 820829068,
            "stop": 820832733
        },
        {
            "start": 820832737,
            "stop": 820832832
        },
        {
            "start": 820832864,
            "stop": 820833120
        },
        {
            "start": 820833180,
            "stop": 820834384
        },
        {
            "start": 820834388,
            "stop": 820835922
        },
        {
            "start": 820835925,
            "stop": 820838071
        },
        {
            "start": 820838074,
            "stop": 820839484
        }
    ]
}