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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=184",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 185,
    "results": [
        {
            "start": 871851696,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871920982
        },
        {
            "start": 871923063,
            "stop": 872014954
        },
        {
            "start": 872017742,
            "stop": 872018291
        },
        {
            "start": 872019291,
            "stop": 872019968
        },
        {
            "start": 872020025,
            "stop": 872030838
        },
        {
            "start": 872032214,
            "stop": 872049095
        },
        {
            "start": 872050429,
            "stop": 872103989
        },
        {
            "start": 872105051,
            "stop": 872129881
        },
        {
            "start": 872130812,
            "stop": 872167783
        },
        {
            "start": 872169416,
            "stop": 872171048
        },
        {
            "start": 872171171,
            "stop": 872201835
        },
        {
            "start": 872202724,
            "stop": 872242591
        },
        {
            "start": 872244259,
            "stop": 872263028
        },
        {
            "start": 872263160,
            "stop": 872348461
        },
        {
            "start": 872365308,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367568
        },
        {
            "start": 872368558,
            "stop": 872373261
        },
        {
            "start": 872375124,
            "stop": 872515636
        },
        {
            "start": 872518631,
            "stop": 872530462
        }
    ]
}