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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7345",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7346,
    "results": [
        {
            "start": 969350506,
            "stop": 969350710
        },
        {
            "start": 969350713,
            "stop": 969350764
        },
        {
            "start": 969350767,
            "stop": 969350873
        },
        {
            "start": 969350894,
            "stop": 969351139
        },
        {
            "start": 969351160,
            "stop": 969351174
        },
        {
            "start": 969351244,
            "stop": 969351258
        },
        {
            "start": 969351279,
            "stop": 969351287
        },
        {
            "start": 969351316,
            "stop": 969351336
        },
        {
            "start": 969351357,
            "stop": 969351358
        },
        {
            "start": 969351379,
            "stop": 969351445
        },
        {
            "start": 969351448,
            "stop": 969351739
        },
        {
            "start": 969351742,
            "stop": 969352515
        },
        {
            "start": 969352518,
            "stop": 969352910
        },
        {
            "start": 969352913,
            "stop": 969353790
        },
        {
            "start": 969353793,
            "stop": 969353990
        },
        {
            "start": 969353993,
            "stop": 969354743
        },
        {
            "start": 969354746,
            "stop": 969354941
        },
        {
            "start": 969354944,
            "stop": 969355010
        },
        {
            "start": 969355013,
            "stop": 969356124
        },
        {
            "start": 969356145,
            "stop": 969356185
        }
    ]
}