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=437
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=438",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=436",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 437,
    "results": [
        {
            "start": 867820244,
            "stop": 867820340
        },
        {
            "start": 867820344,
            "stop": 867820359
        },
        {
            "start": 867820363,
            "stop": 867820507
        },
        {
            "start": 867820511,
            "stop": 867820516
        },
        {
            "start": 867820521,
            "stop": 867820532
        },
        {
            "start": 867820537,
            "stop": 867820552
        },
        {
            "start": 867820556,
            "stop": 867820629
        },
        {
            "start": 867820638,
            "stop": 867820692
        },
        {
            "start": 867820700,
            "stop": 867820715
        },
        {
            "start": 867820724,
            "stop": 867820730
        },
        {
            "start": 867820733,
            "stop": 867820739
        },
        {
            "start": 867820748,
            "stop": 867820777
        },
        {
            "start": 867820785,
            "stop": 867820845
        },
        {
            "start": 867820853,
            "stop": 867820873
        },
        {
            "start": 867820886,
            "stop": 867820944
        },
        {
            "start": 867820948,
            "stop": 867820988
        },
        {
            "start": 867820991,
            "stop": 867821041
        },
        {
            "start": 867821045,
            "stop": 867821400
        },
        {
            "start": 867821404,
            "stop": 867821473
        },
        {
            "start": 867821482,
            "stop": 867821685
        }
    ]
}