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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=287",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 288,
    "results": [
        {
            "start": 822603964,
            "stop": 822604581
        },
        {
            "start": 822604588,
            "stop": 822605236
        },
        {
            "start": 822605448,
            "stop": 822606516
        },
        {
            "start": 822606672,
            "stop": 822608755
        },
        {
            "start": 822608762,
            "stop": 822609050
        },
        {
            "start": 822609058,
            "stop": 822609228
        },
        {
            "start": 822609235,
            "stop": 822609780
        },
        {
            "start": 822609787,
            "stop": 822610244
        },
        {
            "start": 822610439,
            "stop": 822612066
        },
        {
            "start": 822613496,
            "stop": 822614593
        },
        {
            "start": 822614865,
            "stop": 822616573
        },
        {
            "start": 822616580,
            "stop": 822616602
        },
        {
            "start": 822616610,
            "stop": 822616982
        },
        {
            "start": 822616989,
            "stop": 822617376
        },
        {
            "start": 822617383,
            "stop": 822617533
        },
        {
            "start": 822617562,
            "stop": 822617563
        },
        {
            "start": 822617618,
            "stop": 822618401
        },
        {
            "start": 822618408,
            "stop": 822618656
        },
        {
            "start": 822618663,
            "stop": 822618769
        },
        {
            "start": 822618776,
            "stop": 822618954
        }
    ]
}