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/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=331",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 332,
    "results": [
        {
            "start": 821542219,
            "stop": 821542248
        },
        {
            "start": 821542251,
            "stop": 821542298
        },
        {
            "start": 821542301,
            "stop": 821542390
        },
        {
            "start": 821542393,
            "stop": 821542395
        },
        {
            "start": 821542398,
            "stop": 821542574
        },
        {
            "start": 821542577,
            "stop": 821542727
        },
        {
            "start": 821542730,
            "stop": 821542894
        },
        {
            "start": 821542899,
            "stop": 821542991
        },
        {
            "start": 821542994,
            "stop": 821543280
        },
        {
            "start": 821543340,
            "stop": 821543429
        },
        {
            "start": 821543433,
            "stop": 821543450
        },
        {
            "start": 821543454,
            "stop": 821543653
        },
        {
            "start": 821543656,
            "stop": 821543717
        },
        {
            "start": 821543720,
            "stop": 821543741
        },
        {
            "start": 821545948,
            "stop": 821546063
        },
        {
            "start": 821546183,
            "stop": 821546244
        },
        {
            "start": 821546247,
            "stop": 821546510
        },
        {
            "start": 821546513,
            "stop": 821546651
        },
        {
            "start": 821546654,
            "stop": 821546703
        },
        {
            "start": 821546823,
            "stop": 821546897
        }
    ]
}