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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8810",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8811,
    "results": [
        {
            "start": 874076263,
            "stop": 874076367
        },
        {
            "start": 874076384,
            "stop": 874079163
        },
        {
            "start": 874079283,
            "stop": 874079984
        },
        {
            "start": 874080165,
            "stop": 874080274
        },
        {
            "start": 874080291,
            "stop": 874081745
        },
        {
            "start": 874081781,
            "stop": 874082570
        },
        {
            "start": 874082650,
            "stop": 874083176
        },
        {
            "start": 874083183,
            "stop": 874083297
        },
        {
            "start": 874083333,
            "stop": 874083793
        },
        {
            "start": 874083800,
            "stop": 874084251
        },
        {
            "start": 874084461,
            "stop": 874084707
        },
        {
            "start": 874084724,
            "stop": 874084790
        },
        {
            "start": 874084870,
            "stop": 874085497
        },
        {
            "start": 874085504,
            "stop": 874085744
        },
        {
            "start": 874085864,
            "stop": 874085960
        },
        {
            "start": 874085969,
            "stop": 874086050
        },
        {
            "start": 874086143,
            "stop": 874087375
        },
        {
            "start": 874087980,
            "stop": 874088057
        },
        {
            "start": 874088177,
            "stop": 874088190
        },
        {
            "start": 874088495,
            "stop": 874091445
        }
    ]
}