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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=38",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 39,
    "results": [
        {
            "start": 828186704,
            "stop": 828186827
        },
        {
            "start": 828187587,
            "stop": 828190775
        },
        {
            "start": 828191486,
            "stop": 828191807
        },
        {
            "start": 828222067,
            "stop": 828225000
        },
        {
            "start": 828230103,
            "stop": 828233688
        },
        {
            "start": 828242698,
            "stop": 828265900
        },
        {
            "start": 828266890,
            "stop": 828282098
        },
        {
            "start": 828282850,
            "stop": 828283809
        },
        {
            "start": 828283918,
            "stop": 828287832
        },
        {
            "start": 828291141,
            "stop": 828292017
        },
        {
            "start": 828299838,
            "stop": 828302108
        },
        {
            "start": 828302244,
            "stop": 828303366
        },
        {
            "start": 828303435,
            "stop": 828306112
        },
        {
            "start": 828306863,
            "stop": 828307049
        },
        {
            "start": 828309195,
            "stop": 828309966
        },
        {
            "start": 828311167,
            "stop": 828313729
        },
        {
            "start": 828314742,
            "stop": 828337039
        },
        {
            "start": 828337091,
            "stop": 828345071
        },
        {
            "start": 828346250,
            "stop": 828347401
        },
        {
            "start": 828348780,
            "stop": 828361848
        }
    ]
}