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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=393",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 394,
    "results": [
        {
            "start": 862711575,
            "stop": 862711991
        },
        {
            "start": 862711995,
            "stop": 862712106
        },
        {
            "start": 862712124,
            "stop": 862712154
        },
        {
            "start": 862712158,
            "stop": 862713151
        },
        {
            "start": 862713155,
            "stop": 862713222
        },
        {
            "start": 862713226,
            "stop": 862713251
        },
        {
            "start": 862713255,
            "stop": 862713275
        },
        {
            "start": 862713279,
            "stop": 862713294
        },
        {
            "start": 862713298,
            "stop": 862713409
        },
        {
            "start": 862713418,
            "stop": 862713435
        },
        {
            "start": 862713482,
            "stop": 862713990
        },
        {
            "start": 862713994,
            "stop": 862714258
        },
        {
            "start": 862714262,
            "stop": 862732300
        },
        {
            "start": 862734309,
            "stop": 862768780
        },
        {
            "start": 862769663,
            "stop": 862770032
        },
        {
            "start": 862770130,
            "stop": 862773102
        },
        {
            "start": 862773541,
            "stop": 862780471
        },
        {
            "start": 862804891,
            "stop": 862870019
        },
        {
            "start": 862870153,
            "stop": 862870580
        },
        {
            "start": 862871876,
            "stop": 862873214
        }
    ]
}