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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4171",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4172,
    "results": [
        {
            "start": 874359941,
            "stop": 874359956
        },
        {
            "start": 874359976,
            "stop": 874359990
        },
        {
            "start": 874360009,
            "stop": 874360035
        },
        {
            "start": 874360074,
            "stop": 874360083
        },
        {
            "start": 874360102,
            "stop": 874360106
        },
        {
            "start": 874360125,
            "stop": 874360151
        },
        {
            "start": 874360185,
            "stop": 874360207
        },
        {
            "start": 874360256,
            "stop": 874360259
        },
        {
            "start": 874360307,
            "stop": 874360348
        },
        {
            "start": 874360367,
            "stop": 874360382
        },
        {
            "start": 874360402,
            "stop": 874360472
        },
        {
            "start": 874360499,
            "stop": 874360550
        },
        {
            "start": 874363019,
            "stop": 874363800
        },
        {
            "start": 874363860,
            "stop": 874363920
        },
        {
            "start": 874363980,
            "stop": 874364100
        },
        {
            "start": 874364160,
            "stop": 874364162
        },
        {
            "start": 874364166,
            "stop": 874364700
        },
        {
            "start": 874364760,
            "stop": 874364820
        },
        {
            "start": 874364880,
            "stop": 874365105
        },
        {
            "start": 874365141,
            "stop": 874365179
        }
    ]
}