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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=388",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 389,
    "results": [
        {
            "start": 862180272,
            "stop": 862186714
        },
        {
            "start": 862186718,
            "stop": 862187326
        },
        {
            "start": 862187329,
            "stop": 862187681
        },
        {
            "start": 862187685,
            "stop": 862187934
        },
        {
            "start": 862187937,
            "stop": 862189807
        },
        {
            "start": 862189816,
            "stop": 862190621
        },
        {
            "start": 862190624,
            "stop": 862191255
        },
        {
            "start": 862191264,
            "stop": 862191445
        },
        {
            "start": 862191454,
            "stop": 862191469
        },
        {
            "start": 862191473,
            "stop": 862191955
        },
        {
            "start": 862191959,
            "stop": 862192331
        },
        {
            "start": 862192340,
            "stop": 862192408
        },
        {
            "start": 862192417,
            "stop": 862192552
        },
        {
            "start": 862192555,
            "stop": 862193166
        },
        {
            "start": 862193175,
            "stop": 862193200
        },
        {
            "start": 862193204,
            "stop": 862198296
        },
        {
            "start": 862198300,
            "stop": 862198624
        },
        {
            "start": 862198628,
            "stop": 862201934
        },
        {
            "start": 862201943,
            "stop": 862201982
        },
        {
            "start": 862201986,
            "stop": 862202007
        }
    ]
}