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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=461",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 462,
    "results": [
        {
            "start": 873484056,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873583458
        },
        {
            "start": 873584062,
            "stop": 873586081
        },
        {
            "start": 873586370,
            "stop": 873591203
        },
        {
            "start": 873591376,
            "stop": 873631770
        },
        {
            "start": 873645176,
            "stop": 873645283
        },
        {
            "start": 873647554,
            "stop": 873648720
        },
        {
            "start": 873650307,
            "stop": 873665953
        },
        {
            "start": 873667332,
            "stop": 873670090
        },
        {
            "start": 873671288,
            "stop": 873677282
        },
        {
            "start": 873688369,
            "stop": 873690875
        },
        {
            "start": 873698607,
            "stop": 873745593
        },
        {
            "start": 873746777,
            "stop": 873749335
        },
        {
            "start": 873749543,
            "stop": 873759400
        },
        {
            "start": 873760474,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845050,
            "stop": 873912500
        },
        {
            "start": 873939769,
            "stop": 873945975
        }
    ]
}