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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=167",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 168,
    "results": [
        {
            "start": 820181856,
            "stop": 820182009
        },
        {
            "start": 820182016,
            "stop": 820182042
        },
        {
            "start": 820182049,
            "stop": 820182111
        },
        {
            "start": 820182119,
            "stop": 820182478
        },
        {
            "start": 820182485,
            "stop": 820182578
        },
        {
            "start": 820182585,
            "stop": 820183104
        },
        {
            "start": 820183111,
            "stop": 820183247
        },
        {
            "start": 820183255,
            "stop": 820183282
        },
        {
            "start": 820183289,
            "stop": 820183302
        },
        {
            "start": 820183309,
            "stop": 820183693
        },
        {
            "start": 820183700,
            "stop": 820183722
        },
        {
            "start": 820183736,
            "stop": 820183743
        },
        {
            "start": 820183763,
            "stop": 820183900
        },
        {
            "start": 820183907,
            "stop": 820184148
        },
        {
            "start": 820184161,
            "stop": 820184168
        },
        {
            "start": 820184181,
            "stop": 820184279
        },
        {
            "start": 820184286,
            "stop": 820184355
        },
        {
            "start": 820184363,
            "stop": 820184470
        },
        {
            "start": 820184477,
            "stop": 820184482
        },
        {
            "start": 820184489,
            "stop": 820184636
        }
    ]
}