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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7429",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7430,
    "results": [
        {
            "start": 969979492,
            "stop": 969979569
        },
        {
            "start": 969979571,
            "stop": 969979616
        },
        {
            "start": 969979619,
            "stop": 969979624
        },
        {
            "start": 969979628,
            "stop": 969979715
        },
        {
            "start": 969979718,
            "stop": 969979885
        },
        {
            "start": 969979889,
            "stop": 969979999
        },
        {
            "start": 969980087,
            "stop": 969980117
        },
        {
            "start": 969980199,
            "stop": 969980399
        },
        {
            "start": 969980439,
            "stop": 969980447
        },
        {
            "start": 969980687,
            "stop": 969980867
        },
        {
            "start": 969981167,
            "stop": 969981183
        },
        {
            "start": 969981187,
            "stop": 969981227
        },
        {
            "start": 969981407,
            "stop": 969981409
        },
        {
            "start": 969981412,
            "stop": 969981436
        },
        {
            "start": 969981439,
            "stop": 969981459
        },
        {
            "start": 969981462,
            "stop": 969981474
        },
        {
            "start": 969981477,
            "stop": 969981500
        },
        {
            "start": 969981503,
            "stop": 969981664
        },
        {
            "start": 969981667,
            "stop": 969981749
        },
        {
            "start": 969981755,
            "stop": 969981803
        }
    ]
}