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/S6/timelines/H1_CW_CAT1/segments?format=api&page=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=24",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 25,
    "results": [
        {
            "start": 934948257,
            "stop": 934948276
        },
        {
            "start": 934948282,
            "stop": 934948314
        },
        {
            "start": 934948330,
            "stop": 934948333
        },
        {
            "start": 934948339,
            "stop": 934948344
        },
        {
            "start": 934948350,
            "stop": 934948358
        },
        {
            "start": 934948364,
            "stop": 934948392
        },
        {
            "start": 934948397,
            "stop": 934948416
        },
        {
            "start": 934948422,
            "stop": 934948454
        },
        {
            "start": 934948460,
            "stop": 934948469
        },
        {
            "start": 934948475,
            "stop": 934948484
        },
        {
            "start": 934948500,
            "stop": 934948528
        },
        {
            "start": 934948558,
            "stop": 934948571
        },
        {
            "start": 934948577,
            "stop": 934948581
        },
        {
            "start": 934948587,
            "stop": 934948591
        },
        {
            "start": 934948596,
            "stop": 934948600
        },
        {
            "start": 934948611,
            "stop": 934948615
        },
        {
            "start": 934948620,
            "stop": 934948625
        },
        {
            "start": 934948636,
            "stop": 934948679
        },
        {
            "start": 934948685,
            "stop": 934948707
        },
        {
            "start": 934948713,
            "stop": 934948717
        }
    ]
}