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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=543",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 544,
    "results": [
        {
            "start": 831057319,
            "stop": 831096933
        },
        {
            "start": 831098536,
            "stop": 831099672
        },
        {
            "start": 831101520,
            "stop": 831104666
        },
        {
            "start": 831105526,
            "stop": 831134665
        },
        {
            "start": 831134994,
            "stop": 831136182
        },
        {
            "start": 831136642,
            "stop": 831138627
        },
        {
            "start": 831139849,
            "stop": 831141211
        },
        {
            "start": 831144367,
            "stop": 831144455
        },
        {
            "start": 831145351,
            "stop": 831146323
        },
        {
            "start": 831146610,
            "stop": 831146710
        },
        {
            "start": 831146923,
            "stop": 831147063
        },
        {
            "start": 831148355,
            "stop": 831151226
        },
        {
            "start": 831151924,
            "stop": 831153017
        },
        {
            "start": 831154839,
            "stop": 831157483
        },
        {
            "start": 831159558,
            "stop": 831160639
        },
        {
            "start": 831160644,
            "stop": 831160660
        },
        {
            "start": 831160667,
            "stop": 831161414
        },
        {
            "start": 831161419,
            "stop": 831161433
        },
        {
            "start": 831161447,
            "stop": 831162017
        },
        {
            "start": 831162033,
            "stop": 831162112
        }
    ]
}