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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=98",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 99,
    "results": [
        {
            "start": 824708877,
            "stop": 824709094
        },
        {
            "start": 824709098,
            "stop": 824710069
        },
        {
            "start": 824710078,
            "stop": 824720639
        },
        {
            "start": 824778001,
            "stop": 824778032
        },
        {
            "start": 824779123,
            "stop": 824792067
        },
        {
            "start": 824792923,
            "stop": 824807173
        },
        {
            "start": 824820405,
            "stop": 824825526
        },
        {
            "start": 824827933,
            "stop": 824833078
        },
        {
            "start": 824834302,
            "stop": 824837875
        },
        {
            "start": 824839158,
            "stop": 824842031
        },
        {
            "start": 824843064,
            "stop": 824846413
        },
        {
            "start": 824848513,
            "stop": 824855318
        },
        {
            "start": 824858041,
            "stop": 824858217
        },
        {
            "start": 824859181,
            "stop": 824863861
        },
        {
            "start": 824894426,
            "stop": 824904768
        },
        {
            "start": 824905022,
            "stop": 824907000
        },
        {
            "start": 824907070,
            "stop": 824932250
        },
        {
            "start": 824935898,
            "stop": 824937530
        },
        {
            "start": 824986270,
            "stop": 824991125
        },
        {
            "start": 824993038,
            "stop": 824996750
        }
    ]
}