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=5198
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=5199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5197",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5198,
    "results": [
        {
            "start": 875180070,
            "stop": 875180082
        },
        {
            "start": 875180101,
            "stop": 875180576
        },
        {
            "start": 875180595,
            "stop": 875180767
        },
        {
            "start": 875180786,
            "stop": 875181186
        },
        {
            "start": 875181205,
            "stop": 875181418
        },
        {
            "start": 875181437,
            "stop": 875181500
        },
        {
            "start": 875181519,
            "stop": 875181523
        },
        {
            "start": 875181542,
            "stop": 875181816
        },
        {
            "start": 875181835,
            "stop": 875181944
        },
        {
            "start": 875187840,
            "stop": 875187849
        },
        {
            "start": 875187869,
            "stop": 875187900
        },
        {
            "start": 875188260,
            "stop": 875188320
        },
        {
            "start": 875188800,
            "stop": 875188980
        },
        {
            "start": 875189280,
            "stop": 875189311
        },
        {
            "start": 875189330,
            "stop": 875189340
        },
        {
            "start": 875189409,
            "stop": 875189520
        },
        {
            "start": 875189640,
            "stop": 875190000
        },
        {
            "start": 875190060,
            "stop": 875190450
        },
        {
            "start": 875190469,
            "stop": 875190539
        },
        {
            "start": 875190558,
            "stop": 875190592
        }
    ]
}