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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=73",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 74,
    "results": [
        {
            "start": 825108374,
            "stop": 825109933
        },
        {
            "start": 825112403,
            "stop": 825114604
        },
        {
            "start": 825117050,
            "stop": 825119821
        },
        {
            "start": 825121379,
            "stop": 825124451
        },
        {
            "start": 825125225,
            "stop": 825138176
        },
        {
            "start": 825138208,
            "stop": 825150080
        },
        {
            "start": 825150112,
            "stop": 825150242
        },
        {
            "start": 825154329,
            "stop": 825155456
        },
        {
            "start": 825155488,
            "stop": 825159296
        },
        {
            "start": 825159328,
            "stop": 825171283
        },
        {
            "start": 825171287,
            "stop": 825172736
        },
        {
            "start": 825172768,
            "stop": 825177536
        },
        {
            "start": 825177568,
            "stop": 825177721
        },
        {
            "start": 825205805,
            "stop": 825208377
        },
        {
            "start": 825209598,
            "stop": 825213913
        },
        {
            "start": 825214880,
            "stop": 825215956
        },
        {
            "start": 825216611,
            "stop": 825228448
        },
        {
            "start": 825228480,
            "stop": 825229504
        },
        {
            "start": 825229536,
            "stop": 825240611
        },
        {
            "start": 825241882,
            "stop": 825246073
        }
    ]
}