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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=846",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=844",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 845,
    "results": [
        {
            "start": 872885744,
            "stop": 872885749
        },
        {
            "start": 872885753,
            "stop": 872885759
        },
        {
            "start": 872888900,
            "stop": 872894721
        },
        {
            "start": 872896243,
            "stop": 872916036
        },
        {
            "start": 872917969,
            "stop": 872918008
        },
        {
            "start": 872921613,
            "stop": 872925544
        },
        {
            "start": 872925548,
            "stop": 872953195
        },
        {
            "start": 872953207,
            "stop": 872953209
        },
        {
            "start": 872973813,
            "stop": 872977739
        },
        {
            "start": 872977745,
            "stop": 872977765
        },
        {
            "start": 872977769,
            "stop": 872978792
        },
        {
            "start": 872978793,
            "stop": 872979792
        },
        {
            "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
        }
    ]
}