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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=253",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 254,
    "results": [
        {
            "start": 861035447,
            "stop": 861035454
        },
        {
            "start": 861035457,
            "stop": 861035838
        },
        {
            "start": 861035843,
            "stop": 861035860
        },
        {
            "start": 861035863,
            "stop": 861035894
        },
        {
            "start": 861035905,
            "stop": 861038216
        },
        {
            "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
        }
    ]
}