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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5157",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5158,
    "results": [
        {
            "start": 874798356,
            "stop": 874798422
        },
        {
            "start": 874798455,
            "stop": 874798541
        },
        {
            "start": 874798560,
            "stop": 874798587
        },
        {
            "start": 874798606,
            "stop": 874798742
        },
        {
            "start": 874798761,
            "stop": 874798841
        },
        {
            "start": 874798865,
            "stop": 874798893
        },
        {
            "start": 874798912,
            "stop": 874798954
        },
        {
            "start": 874798973,
            "stop": 874799159
        },
        {
            "start": 874799180,
            "stop": 874799376
        },
        {
            "start": 874799404,
            "stop": 874799772
        },
        {
            "start": 874799791,
            "stop": 874799854
        },
        {
            "start": 874799873,
            "stop": 874800625
        },
        {
            "start": 874800644,
            "stop": 874800951
        },
        {
            "start": 874800974,
            "stop": 874802060
        },
        {
            "start": 874804095,
            "stop": 874807923
        },
        {
            "start": 874807942,
            "stop": 874812425
        },
        {
            "start": 874812444,
            "stop": 874812478
        },
        {
            "start": 874812497,
            "stop": 874812840
        },
        {
            "start": 874812900,
            "stop": 874813353
        },
        {
            "start": 874813372,
            "stop": 874813440
        }
    ]
}