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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4677",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4675",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4676,
    "results": [
        {
            "start": 874333596,
            "stop": 874333773
        },
        {
            "start": 874333817,
            "stop": 874333918
        },
        {
            "start": 874333937,
            "stop": 874333939
        },
        {
            "start": 874333974,
            "stop": 874334027
        },
        {
            "start": 874334046,
            "stop": 874334055
        },
        {
            "start": 874334074,
            "stop": 874334104
        },
        {
            "start": 874334127,
            "stop": 874334131
        },
        {
            "start": 874334171,
            "stop": 874334178
        },
        {
            "start": 874334198,
            "stop": 874334299
        },
        {
            "start": 874334318,
            "stop": 874334560
        },
        {
            "start": 874334579,
            "stop": 874334589
        },
        {
            "start": 874334644,
            "stop": 874334674
        },
        {
            "start": 874334693,
            "stop": 874334778
        },
        {
            "start": 874334797,
            "stop": 874334837
        },
        {
            "start": 874334880,
            "stop": 874334891
        },
        {
            "start": 874334918,
            "stop": 874335024
        },
        {
            "start": 874335043,
            "stop": 874335062
        },
        {
            "start": 874335085,
            "stop": 874335168
        },
        {
            "start": 874335188,
            "stop": 874335208
        },
        {
            "start": 874335258,
            "stop": 874335290
        }
    ]
}