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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=129",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 130,
    "results": [
        {
            "start": 861284723,
            "stop": 861306874
        },
        {
            "start": 861311787,
            "stop": 861315726
        },
        {
            "start": 861317317,
            "stop": 861379707
        },
        {
            "start": 861379953,
            "stop": 861390962
        },
        {
            "start": 861392039,
            "stop": 861398720
        },
        {
            "start": 861399336,
            "stop": 861424472
        },
        {
            "start": 861426035,
            "stop": 861428470
        },
        {
            "start": 861429060,
            "stop": 861459794
        },
        {
            "start": 861460544,
            "stop": 861462042
        },
        {
            "start": 861488788,
            "stop": 861489571
        },
        {
            "start": 861490084,
            "stop": 861495233
        },
        {
            "start": 861500637,
            "stop": 861501252
        },
        {
            "start": 861502808,
            "stop": 861504700
        },
        {
            "start": 861505779,
            "stop": 861544093
        },
        {
            "start": 861545299,
            "stop": 861566207
        },
        {
            "start": 861571747,
            "stop": 861577266
        },
        {
            "start": 861578569,
            "stop": 861616388
        },
        {
            "start": 861617016,
            "stop": 861625601
        },
        {
            "start": 861627031,
            "stop": 861629594
        },
        {
            "start": 861630409,
            "stop": 861641355
        }
    ]
}