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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=26",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 27,
    "results": [
        {
            "start": 819241451,
            "stop": 819250632
        },
        {
            "start": 819252274,
            "stop": 819269413
        },
        {
            "start": 819271266,
            "stop": 819295033
        },
        {
            "start": 819295717,
            "stop": 819299713
        },
        {
            "start": 819300449,
            "stop": 819307993
        },
        {
            "start": 819308033,
            "stop": 819308035
        },
        {
            "start": 819308240,
            "stop": 819308537
        },
        {
            "start": 819312017,
            "stop": 819313033
        },
        {
            "start": 819313079,
            "stop": 819313080
        },
        {
            "start": 819313797,
            "stop": 819316033
        },
        {
            "start": 819316039,
            "stop": 819316040
        },
        {
            "start": 819316143,
            "stop": 819317085
        },
        {
            "start": 819323264,
            "stop": 819324673
        },
        {
            "start": 819324676,
            "stop": 819324677
        },
        {
            "start": 819324863,
            "stop": 819325333
        },
        {
            "start": 819326844,
            "stop": 819335888
        },
        {
            "start": 819336002,
            "stop": 819346961
        },
        {
            "start": 819347043,
            "stop": 819348184
        },
        {
            "start": 819354505,
            "stop": 819358273
        },
        {
            "start": 819358312,
            "stop": 819358313
        }
    ]
}