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=3622
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=3623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3621",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3622,
    "results": [
        {
            "start": 872213280,
            "stop": 872213340
        },
        {
            "start": 872214240,
            "stop": 872214265
        },
        {
            "start": 872214268,
            "stop": 872214360
        },
        {
            "start": 872214420,
            "stop": 872214457
        },
        {
            "start": 872214474,
            "stop": 872214480
        },
        {
            "start": 872214600,
            "stop": 872214782
        },
        {
            "start": 872214785,
            "stop": 872214900
        },
        {
            "start": 872214960,
            "stop": 872214974
        },
        {
            "start": 872214991,
            "stop": 872215020
        },
        {
            "start": 872215080,
            "stop": 872215320
        },
        {
            "start": 872215560,
            "stop": 872215568
        },
        {
            "start": 872215585,
            "stop": 872215672
        },
        {
            "start": 872215675,
            "stop": 872215762
        },
        {
            "start": 872215765,
            "stop": 872215934
        },
        {
            "start": 872215938,
            "stop": 872216040
        },
        {
            "start": 872216100,
            "stop": 872216845
        },
        {
            "start": 872216870,
            "stop": 872217515
        },
        {
            "start": 872217532,
            "stop": 872218620
        },
        {
            "start": 872218680,
            "stop": 872218800
        },
        {
            "start": 872218860,
            "stop": 872218920
        }
    ]
}