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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=703",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 704,
    "results": [
        {
            "start": 830180222,
            "stop": 830180330
        },
        {
            "start": 830180347,
            "stop": 830180507
        },
        {
            "start": 830180524,
            "stop": 830180719
        },
        {
            "start": 830180736,
            "stop": 830181201
        },
        {
            "start": 830181204,
            "stop": 830181314
        },
        {
            "start": 830181318,
            "stop": 830181824
        },
        {
            "start": 830181851,
            "stop": 830181921
        },
        {
            "start": 830181938,
            "stop": 830182105
        },
        {
            "start": 830182122,
            "stop": 830182383
        },
        {
            "start": 830182400,
            "stop": 830182482
        },
        {
            "start": 830182499,
            "stop": 830182863
        },
        {
            "start": 830182880,
            "stop": 830183099
        },
        {
            "start": 830183116,
            "stop": 830183166
        },
        {
            "start": 830183183,
            "stop": 830184130
        },
        {
            "start": 830184133,
            "stop": 830184410
        },
        {
            "start": 830184427,
            "stop": 830184943
        },
        {
            "start": 830184946,
            "stop": 830185191
        },
        {
            "start": 830185208,
            "stop": 830185373
        },
        {
            "start": 830185376,
            "stop": 830186365
        },
        {
            "start": 830186382,
            "stop": 830186689
        }
    ]
}