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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=46",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 47,
    "results": [
        {
            "start": 817269156,
            "stop": 817269240
        },
        {
            "start": 817269243,
            "stop": 817269270
        },
        {
            "start": 817269273,
            "stop": 817269355
        },
        {
            "start": 817269359,
            "stop": 817269368
        },
        {
            "start": 817269371,
            "stop": 817269399
        },
        {
            "start": 817269402,
            "stop": 817269408
        },
        {
            "start": 817269412,
            "stop": 817269453
        },
        {
            "start": 817269456,
            "stop": 817269504
        },
        {
            "start": 817269527,
            "stop": 817269537
        },
        {
            "start": 817269558,
            "stop": 817269595
        },
        {
            "start": 817269598,
            "stop": 817269634
        },
        {
            "start": 817269637,
            "stop": 817269638
        },
        {
            "start": 817269641,
            "stop": 817269646
        },
        {
            "start": 817269649,
            "stop": 817269702
        },
        {
            "start": 817269705,
            "stop": 817269706
        },
        {
            "start": 817269710,
            "stop": 817269729
        },
        {
            "start": 817269732,
            "stop": 817269804
        },
        {
            "start": 817269807,
            "stop": 817269860
        },
        {
            "start": 817269863,
            "stop": 817270130
        },
        {
            "start": 817270133,
            "stop": 817271531
        }
    ]
}