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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=249",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 250,
    "results": [
        {
            "start": 852205436,
            "stop": 852205465
        },
        {
            "start": 852205475,
            "stop": 852205538
        },
        {
            "start": 852205542,
            "stop": 852205557
        },
        {
            "start": 852205561,
            "stop": 852205567
        },
        {
            "start": 852205571,
            "stop": 852205591
        },
        {
            "start": 852205594,
            "stop": 852205601
        },
        {
            "start": 852205605,
            "stop": 852205620
        },
        {
            "start": 852205624,
            "stop": 852205649
        },
        {
            "start": 852205653,
            "stop": 852205683
        },
        {
            "start": 852205691,
            "stop": 852205755
        },
        {
            "start": 852205773,
            "stop": 852205849
        },
        {
            "start": 852205868,
            "stop": 852205878
        },
        {
            "start": 852205882,
            "stop": 852205960
        },
        {
            "start": 852205964,
            "stop": 852205970
        },
        {
            "start": 852205973,
            "stop": 852206089
        },
        {
            "start": 852206098,
            "stop": 852206138
        },
        {
            "start": 852206147,
            "stop": 852206186
        },
        {
            "start": 852206195,
            "stop": 852206296
        },
        {
            "start": 852206299,
            "stop": 852206362
        },
        {
            "start": 852206365,
            "stop": 852206381
        }
    ]
}