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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3773",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3771",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3772,
    "results": [
        {
            "start": 873112023,
            "stop": 873112628
        },
        {
            "start": 873112631,
            "stop": 873112639
        },
        {
            "start": 873112644,
            "stop": 873112648
        },
        {
            "start": 873112651,
            "stop": 873112714
        },
        {
            "start": 873112717,
            "stop": 873112980
        },
        {
            "start": 873112989,
            "stop": 873113003
        },
        {
            "start": 873113006,
            "stop": 873113011
        },
        {
            "start": 873113017,
            "stop": 873113028
        },
        {
            "start": 873113032,
            "stop": 873113054
        },
        {
            "start": 873113057,
            "stop": 873113093
        },
        {
            "start": 873113097,
            "stop": 873113102
        },
        {
            "start": 873113105,
            "stop": 873113106
        },
        {
            "start": 873113114,
            "stop": 873113115
        },
        {
            "start": 873113118,
            "stop": 873113119
        },
        {
            "start": 873113122,
            "stop": 873113124
        },
        {
            "start": 873113129,
            "stop": 873113134
        },
        {
            "start": 873113137,
            "stop": 873113152
        },
        {
            "start": 873113159,
            "stop": 873113165
        },
        {
            "start": 873113168,
            "stop": 873113181
        },
        {
            "start": 873113184,
            "stop": 873113185
        }
    ]
}