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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=216",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 217,
    "results": [
        {
            "start": 820574769,
            "stop": 820575353
        },
        {
            "start": 820575356,
            "stop": 820577201
        },
        {
            "start": 820577204,
            "stop": 820577817
        },
        {
            "start": 820577821,
            "stop": 820578681
        },
        {
            "start": 820578684,
            "stop": 820578842
        },
        {
            "start": 820578846,
            "stop": 820580380
        },
        {
            "start": 820580383,
            "stop": 820580670
        },
        {
            "start": 820580673,
            "stop": 820580879
        },
        {
            "start": 820580882,
            "stop": 820582126
        },
        {
            "start": 820582130,
            "stop": 820582132
        },
        {
            "start": 820582137,
            "stop": 820582314
        },
        {
            "start": 820582318,
            "stop": 820582461
        },
        {
            "start": 820582464,
            "stop": 820583380
        },
        {
            "start": 820583384,
            "stop": 820585873
        },
        {
            "start": 820585876,
            "stop": 820588047
        },
        {
            "start": 820588051,
            "stop": 820589210
        },
        {
            "start": 820589213,
            "stop": 820589341
        },
        {
            "start": 820589345,
            "stop": 820589814
        },
        {
            "start": 820589831,
            "stop": 820590097
        },
        {
            "start": 820590116,
            "stop": 820590221
        }
    ]
}