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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=234",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 235,
    "results": [
        {
            "start": 820858315,
            "stop": 820858365
        },
        {
            "start": 820858560,
            "stop": 820858660
        },
        {
            "start": 820858667,
            "stop": 820858892
        },
        {
            "start": 820858899,
            "stop": 820859157
        },
        {
            "start": 820859164,
            "stop": 820859501
        },
        {
            "start": 820859509,
            "stop": 820859525
        },
        {
            "start": 820859532,
            "stop": 820859614
        },
        {
            "start": 820859621,
            "stop": 820859952
        },
        {
            "start": 820859959,
            "stop": 820860057
        },
        {
            "start": 820860064,
            "stop": 820860462
        },
        {
            "start": 820860470,
            "stop": 820860559
        },
        {
            "start": 820860567,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820861665
        },
        {
            "start": 820861855,
            "stop": 820862003
        },
        {
            "start": 820862010,
            "stop": 820862397
        },
        {
            "start": 820862404,
            "stop": 820862772
        },
        {
            "start": 820862779,
            "stop": 820863522
        },
        {
            "start": 820863529,
            "stop": 820863805
        },
        {
            "start": 820863812,
            "stop": 820863829
        },
        {
            "start": 820864712,
            "stop": 820864844
        }
    ]
}