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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=79",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 80,
    "results": [
        {
            "start": 834512826,
            "stop": 834515773
        },
        {
            "start": 834516999,
            "stop": 834518387
        },
        {
            "start": 834518827,
            "stop": 834520146
        },
        {
            "start": 834522185,
            "stop": 834524291
        },
        {
            "start": 834556242,
            "stop": 834568203
        },
        {
            "start": 834569948,
            "stop": 834571218
        },
        {
            "start": 834573350,
            "stop": 834573913
        },
        {
            "start": 834573992,
            "stop": 834593588
        },
        {
            "start": 834594295,
            "stop": 834596646
        },
        {
            "start": 834598884,
            "stop": 834614410
        },
        {
            "start": 834620814,
            "stop": 834622865
        },
        {
            "start": 834626164,
            "stop": 834631955
        },
        {
            "start": 834633082,
            "stop": 834634715
        },
        {
            "start": 834636137,
            "stop": 834636298
        },
        {
            "start": 834641495,
            "stop": 834642563
        },
        {
            "start": 834644221,
            "stop": 834646520
        },
        {
            "start": 834647513,
            "stop": 834648018
        },
        {
            "start": 834648096,
            "stop": 834649782
        },
        {
            "start": 834651954,
            "stop": 834656939
        },
        {
            "start": 834658682,
            "stop": 834660414
        }
    ]
}