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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=155",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 156,
    "results": [
        {
            "start": 954350123,
            "stop": 954350129
        },
        {
            "start": 954350132,
            "stop": 954350154
        },
        {
            "start": 954350164,
            "stop": 954350165
        },
        {
            "start": 954350168,
            "stop": 954350177
        },
        {
            "start": 954350182,
            "stop": 954350184
        },
        {
            "start": 954350194,
            "stop": 954350195
        },
        {
            "start": 954350200,
            "stop": 954350212
        },
        {
            "start": 954350214,
            "stop": 954350286
        },
        {
            "start": 954350289,
            "stop": 954350300
        },
        {
            "start": 954350310,
            "stop": 954350328
        },
        {
            "start": 954350331,
            "stop": 954350332
        },
        {
            "start": 954350339,
            "stop": 954350357
        },
        {
            "start": 954350360,
            "stop": 954350364
        },
        {
            "start": 954350367,
            "stop": 954350382
        },
        {
            "start": 954350387,
            "stop": 954350400
        },
        {
            "start": 954350411,
            "stop": 954350412
        },
        {
            "start": 954350428,
            "stop": 954350468
        },
        {
            "start": 954350472,
            "stop": 954350520
        },
        {
            "start": 954350526,
            "stop": 954350562
        },
        {
            "start": 954350568,
            "stop": 954350576
        }
    ]
}