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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5222",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5223,
    "results": [
        {
            "start": 875135150,
            "stop": 875135248
        },
        {
            "start": 875135255,
            "stop": 875135322
        },
        {
            "start": 875135333,
            "stop": 875135370
        },
        {
            "start": 875135377,
            "stop": 875135422
        },
        {
            "start": 875135429,
            "stop": 875135606
        },
        {
            "start": 875135613,
            "stop": 875135614
        },
        {
            "start": 875135624,
            "stop": 875135635
        },
        {
            "start": 875135648,
            "stop": 875135654
        },
        {
            "start": 875135661,
            "stop": 875135686
        },
        {
            "start": 875135693,
            "stop": 875135724
        },
        {
            "start": 875135739,
            "stop": 875135756
        },
        {
            "start": 875135763,
            "stop": 875135777
        },
        {
            "start": 875135784,
            "stop": 875135864
        },
        {
            "start": 875135871,
            "stop": 875135934
        },
        {
            "start": 875135945,
            "stop": 875135977
        },
        {
            "start": 875135985,
            "stop": 875136034
        },
        {
            "start": 875136050,
            "stop": 875136092
        },
        {
            "start": 875136107,
            "stop": 875136110
        },
        {
            "start": 875136117,
            "stop": 875136124
        },
        {
            "start": 875136131,
            "stop": 875136347
        }
    ]
}