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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=296",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 297,
    "results": [
        {
            "start": 821737980,
            "stop": 821738090
        },
        {
            "start": 821739681,
            "stop": 821741040
        },
        {
            "start": 821741100,
            "stop": 821741510
        },
        {
            "start": 821741650,
            "stop": 821741820
        },
        {
            "start": 821741880,
            "stop": 821742720
        },
        {
            "start": 821744967,
            "stop": 821745240
        },
        {
            "start": 821745300,
            "stop": 821745350
        },
        {
            "start": 821745490,
            "stop": 821746140
        },
        {
            "start": 821746200,
            "stop": 821746933
        },
        {
            "start": 821747711,
            "stop": 821749260
        },
        {
            "start": 821749320,
            "stop": 821750330
        },
        {
            "start": 821750410,
            "stop": 821751780
        },
        {
            "start": 821751910,
            "stop": 821752260
        },
        {
            "start": 821752320,
            "stop": 821753280
        },
        {
            "start": 821753340,
            "stop": 821753390
        },
        {
            "start": 821753470,
            "stop": 821754826
        },
        {
            "start": 821754963,
            "stop": 821756512
        },
        {
            "start": 821756768,
            "stop": 821757710
        },
        {
            "start": 821757790,
            "stop": 821758560
        },
        {
            "start": 821758690,
            "stop": 821759690
        }
    ]
}