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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=57",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 58,
    "results": [
        {
            "start": 817231260,
            "stop": 817231320
        },
        {
            "start": 817231380,
            "stop": 817231500
        },
        {
            "start": 817231620,
            "stop": 817231831
        },
        {
            "start": 817231834,
            "stop": 817231860
        },
        {
            "start": 817236172,
            "stop": 817236643
        },
        {
            "start": 817236943,
            "stop": 817236980
        },
        {
            "start": 817239402,
            "stop": 817239600
        },
        {
            "start": 817239720,
            "stop": 817239808
        },
        {
            "start": 817239825,
            "stop": 817239840
        },
        {
            "start": 817239900,
            "stop": 817239956
        },
        {
            "start": 817239959,
            "stop": 817240020
        },
        {
            "start": 817240080,
            "stop": 817240140
        },
        {
            "start": 817240200,
            "stop": 817240438
        },
        {
            "start": 817240500,
            "stop": 817240534
        },
        {
            "start": 817240537,
            "stop": 817240539
        },
        {
            "start": 817240542,
            "stop": 817240752
        },
        {
            "start": 817240755,
            "stop": 817240855
        },
        {
            "start": 817240858,
            "stop": 817240980
        },
        {
            "start": 817241040,
            "stop": 817241044
        },
        {
            "start": 817241047,
            "stop": 817241601
        }
    ]
}