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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3799",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3800,
    "results": [
        {
            "start": 874533235,
            "stop": 874533240
        },
        {
            "start": 874533300,
            "stop": 874533360
        },
        {
            "start": 874533540,
            "stop": 874533600
        },
        {
            "start": 874533660,
            "stop": 874534209
        },
        {
            "start": 874534212,
            "stop": 874534592
        },
        {
            "start": 874534892,
            "stop": 874535240
        },
        {
            "start": 874535257,
            "stop": 874535340
        },
        {
            "start": 874535400,
            "stop": 874536239
        },
        {
            "start": 874536539,
            "stop": 874536624
        },
        {
            "start": 874536734,
            "stop": 874536900
        },
        {
            "start": 874536960,
            "stop": 874536988
        },
        {
            "start": 874537560,
            "stop": 874539982
        },
        {
            "start": 874539999,
            "stop": 874540436
        },
        {
            "start": 874540453,
            "stop": 874540560
        },
        {
            "start": 874540620,
            "stop": 874540860
        },
        {
            "start": 874540920,
            "stop": 874542060
        },
        {
            "start": 874542120,
            "stop": 874542215
        },
        {
            "start": 874542232,
            "stop": 874542243
        },
        {
            "start": 874542260,
            "stop": 874542300
        },
        {
            "start": 874542360,
            "stop": 874542540
        }
    ]
}