Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=297",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 298,
    "results": [
        {
            "start": 852206942,
            "stop": 852206953
        },
        {
            "start": 852207009,
            "stop": 852207024
        },
        {
            "start": 852207033,
            "stop": 852207043
        },
        {
            "start": 852207057,
            "stop": 852207063
        },
        {
            "start": 852207066,
            "stop": 852207072
        },
        {
            "start": 852207086,
            "stop": 852207130
        },
        {
            "start": 852207149,
            "stop": 852207245
        },
        {
            "start": 852207249,
            "stop": 852208043
        },
        {
            "start": 852208047,
            "stop": 852210803
        },
        {
            "start": 852210806,
            "stop": 852210832
        },
        {
            "start": 852210836,
            "stop": 852211079
        },
        {
            "start": 852211083,
            "stop": 852211112
        },
        {
            "start": 852211116,
            "stop": 852211122
        },
        {
            "start": 852211127,
            "stop": 852211130
        },
        {
            "start": 852211134,
            "stop": 852211155
        },
        {
            "start": 852211158,
            "stop": 852211306
        },
        {
            "start": 852211310,
            "stop": 852211662
        },
        {
            "start": 852211666,
            "stop": 852212085
        },
        {
            "start": 852212089,
            "stop": 852212133
        },
        {
            "start": 852212136,
            "stop": 852212142
        }
    ]
}