Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=176
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=175",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 176,
    "results": [
        {
            "start": 956120406,
            "stop": 956121100
        },
        {
            "start": 956121122,
            "stop": 956121137
        },
        {
            "start": 956121142,
            "stop": 956121147
        },
        {
            "start": 956121151,
            "stop": 956121155
        },
        {
            "start": 956121158,
            "stop": 956121206
        },
        {
            "start": 956121209,
            "stop": 956121217
        },
        {
            "start": 956121220,
            "stop": 956121226
        },
        {
            "start": 956121229,
            "stop": 956121288
        },
        {
            "start": 956121292,
            "stop": 956121322
        },
        {
            "start": 956121325,
            "stop": 956121397
        },
        {
            "start": 956121403,
            "stop": 956121447
        },
        {
            "start": 956121451,
            "stop": 956121459
        },
        {
            "start": 956121464,
            "stop": 956121468
        },
        {
            "start": 956121494,
            "stop": 956121495
        },
        {
            "start": 956121510,
            "stop": 956121514
        },
        {
            "start": 956121532,
            "stop": 956121535
        },
        {
            "start": 956121542,
            "stop": 956121544
        },
        {
            "start": 956121551,
            "stop": 956121561
        },
        {
            "start": 956121564,
            "stop": 956121573
        },
        {
            "start": 956121578,
            "stop": 956121586
        }
    ]
}