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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=279",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 280,
    "results": [
        {
            "start": 857672685,
            "stop": 857672691
        },
        {
            "start": 857672729,
            "stop": 857672734
        },
        {
            "start": 857672738,
            "stop": 857672759
        },
        {
            "start": 857672762,
            "stop": 857672768
        },
        {
            "start": 857672781,
            "stop": 857672782
        },
        {
            "start": 857672801,
            "stop": 857672802
        },
        {
            "start": 857672806,
            "stop": 857672807
        },
        {
            "start": 857672849,
            "stop": 857672879
        },
        {
            "start": 857672912,
            "stop": 857672918
        },
        {
            "start": 857672926,
            "stop": 857672933
        },
        {
            "start": 857672985,
            "stop": 857672991
        },
        {
            "start": 857673029,
            "stop": 857673044
        },
        {
            "start": 857673048,
            "stop": 857673053
        },
        {
            "start": 857673068,
            "stop": 857673074
        },
        {
            "start": 857673098,
            "stop": 857673113
        },
        {
            "start": 857673122,
            "stop": 857673138
        },
        {
            "start": 857673147,
            "stop": 857673162
        },
        {
            "start": 857673172,
            "stop": 857673177
        },
        {
            "start": 857673181,
            "stop": 857673187
        },
        {
            "start": 857673206,
            "stop": 857673220
        }
    ]
}