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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=311",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 312,
    "results": [
        {
            "start": 861039632,
            "stop": 861040870
        },
        {
            "start": 861043877,
            "stop": 861044638
        },
        {
            "start": 861045286,
            "stop": 861055408
        },
        {
            "start": 861058402,
            "stop": 861064774
        },
        {
            "start": 861066433,
            "stop": 861068177
        },
        {
            "start": 861071535,
            "stop": 861071799
        },
        {
            "start": 861072262,
            "stop": 861073802
        },
        {
            "start": 861074809,
            "stop": 861084175
        },
        {
            "start": 861084976,
            "stop": 861089115
        },
        {
            "start": 861091574,
            "stop": 861111689
        },
        {
            "start": 861112132,
            "stop": 861124678
        },
        {
            "start": 861126245,
            "stop": 861131186
        },
        {
            "start": 861131918,
            "stop": 861132443
        },
        {
            "start": 861133573,
            "stop": 861133816
        },
        {
            "start": 861134995,
            "stop": 861141000
        },
        {
            "start": 861142452,
            "stop": 861144820
        },
        {
            "start": 861148207,
            "stop": 861148677
        },
        {
            "start": 861149100,
            "stop": 861175500
        },
        {
            "start": 861177633,
            "stop": 861214926
        },
        {
            "start": 861217824,
            "stop": 861221357
        }
    ]
}