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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=110",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 111,
    "results": [
        {
            "start": 1377782219,
            "stop": 1377785627
        },
        {
            "start": 1377785632,
            "stop": 1377790006
        },
        {
            "start": 1377790011,
            "stop": 1377793900
        },
        {
            "start": 1377793905,
            "stop": 1377804569
        },
        {
            "start": 1377804574,
            "stop": 1377807717
        },
        {
            "start": 1377807722,
            "stop": 1377813545
        },
        {
            "start": 1377813550,
            "stop": 1377818727
        },
        {
            "start": 1377818732,
            "stop": 1377819606
        },
        {
            "start": 1377819611,
            "stop": 1377822636
        },
        {
            "start": 1377822641,
            "stop": 1377823747
        },
        {
            "start": 1377823832,
            "stop": 1377826936
        },
        {
            "start": 1377826940,
            "stop": 1377827995
        },
        {
            "start": 1377828000,
            "stop": 1377831770
        },
        {
            "start": 1377831775,
            "stop": 1377835909
        },
        {
            "start": 1377835912,
            "stop": 1377836622
        },
        {
            "start": 1377836627,
            "stop": 1377839031
        },
        {
            "start": 1377839036,
            "stop": 1377840630
        },
        {
            "start": 1377840635,
            "stop": 1377853773
        },
        {
            "start": 1377853778,
            "stop": 1377869758
        },
        {
            "start": 1377869761,
            "stop": 1377873839
        }
    ]
}