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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=166",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 167,
    "results": [
        {
            "start": 819795106,
            "stop": 819795622
        },
        {
            "start": 819795625,
            "stop": 819795699
        },
        {
            "start": 819795702,
            "stop": 819795740
        },
        {
            "start": 819795743,
            "stop": 819795842
        },
        {
            "start": 819795845,
            "stop": 819796063
        },
        {
            "start": 819796066,
            "stop": 819796200
        },
        {
            "start": 819796203,
            "stop": 819796666
        },
        {
            "start": 819796669,
            "stop": 819797131
        },
        {
            "start": 819797134,
            "stop": 819797552
        },
        {
            "start": 819797555,
            "stop": 819797662
        },
        {
            "start": 819797666,
            "stop": 819797972
        },
        {
            "start": 819797975,
            "stop": 819798197
        },
        {
            "start": 819798200,
            "stop": 819798628
        },
        {
            "start": 819798631,
            "stop": 819798738
        },
        {
            "start": 819798741,
            "stop": 819798901
        },
        {
            "start": 819798904,
            "stop": 819799360
        },
        {
            "start": 819799364,
            "stop": 819799444
        },
        {
            "start": 819799447,
            "stop": 819799450
        },
        {
            "start": 819799453,
            "stop": 819800046
        },
        {
            "start": 819800050,
            "stop": 819800304
        }
    ]
}