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=159
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=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=158",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 159,
    "results": [
        {
            "start": 820041049,
            "stop": 820041774
        },
        {
            "start": 820041782,
            "stop": 820041836
        },
        {
            "start": 820041844,
            "stop": 820042437
        },
        {
            "start": 820042452,
            "stop": 820043461
        },
        {
            "start": 820043468,
            "stop": 820044589
        },
        {
            "start": 820044596,
            "stop": 820045230
        },
        {
            "start": 820045237,
            "stop": 820045695
        },
        {
            "start": 820045702,
            "stop": 820047293
        },
        {
            "start": 820047300,
            "stop": 820049449
        },
        {
            "start": 820049456,
            "stop": 820049713
        },
        {
            "start": 820049766,
            "stop": 820049767
        },
        {
            "start": 820051021,
            "stop": 820051513
        },
        {
            "start": 820052715,
            "stop": 820052953
        },
        {
            "start": 820054389,
            "stop": 820054693
        },
        {
            "start": 820054716,
            "stop": 820054717
        },
        {
            "start": 820060252,
            "stop": 820060276
        },
        {
            "start": 820060283,
            "stop": 820060513
        },
        {
            "start": 820062025,
            "stop": 820062518
        },
        {
            "start": 820062525,
            "stop": 820062603
        },
        {
            "start": 820062613,
            "stop": 820062973
        }
    ]
}