Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=786
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=785",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 786,
    "results": [
        {
            "start": 872973813,
            "stop": 872977739
        },
        {
            "start": 872977745,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872978792
        },
        {
            "start": 872978793,
            "stop": 872979774
        },
        {
            "start": 872980344,
            "stop": 872996757
        },
        {
            "start": 872996761,
            "stop": 872996850
        },
        {
            "start": 872996855,
            "stop": 872996860
        },
        {
            "start": 872996865,
            "stop": 872996872
        },
        {
            "start": 872996879,
            "stop": 872996885
        },
        {
            "start": 872996892,
            "stop": 872996898
        },
        {
            "start": 872996906,
            "stop": 872996911
        },
        {
            "start": 872996918,
            "stop": 872996924
        },
        {
            "start": 872996931,
            "stop": 872996937
        },
        {
            "start": 872996944,
            "stop": 872996948
        },
        {
            "start": 872996952,
            "stop": 872996961
        },
        {
            "start": 872996965,
            "stop": 872996973
        },
        {
            "start": 872996979,
            "stop": 872996998
        },
        {
            "start": 872997002,
            "stop": 872997198
        },
        {
            "start": 872999788,
            "stop": 873019507
        },
        {
            "start": 873019511,
            "stop": 873019540
        }
    ]
}