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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=219",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 220,
    "results": [
        {
            "start": 820506059,
            "stop": 820506470
        },
        {
            "start": 820506550,
            "stop": 820506655
        },
        {
            "start": 820506662,
            "stop": 820506827
        },
        {
            "start": 820506835,
            "stop": 820507013
        },
        {
            "start": 820507020,
            "stop": 820507021
        },
        {
            "start": 820507028,
            "stop": 820507363
        },
        {
            "start": 820507371,
            "stop": 820507725
        },
        {
            "start": 820507870,
            "stop": 820507933
        },
        {
            "start": 820509989,
            "stop": 820510007
        },
        {
            "start": 820510014,
            "stop": 820510042
        },
        {
            "start": 820510049,
            "stop": 820510494
        },
        {
            "start": 820510508,
            "stop": 820510588
        },
        {
            "start": 820510595,
            "stop": 820510633
        },
        {
            "start": 820512639,
            "stop": 820512768
        },
        {
            "start": 820512782,
            "stop": 820513010
        },
        {
            "start": 820513090,
            "stop": 820513189
        },
        {
            "start": 820513197,
            "stop": 820513311
        },
        {
            "start": 820513318,
            "stop": 820514123
        },
        {
            "start": 820514144,
            "stop": 820514255
        },
        {
            "start": 820514268,
            "stop": 820514335
        }
    ]
}