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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=534",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=532",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 533,
    "results": [
        {
            "start": 827185222,
            "stop": 827185351
        },
        {
            "start": 827185355,
            "stop": 827185358
        },
        {
            "start": 827185361,
            "stop": 827185703
        },
        {
            "start": 827185706,
            "stop": 827185778
        },
        {
            "start": 827185781,
            "stop": 827186103
        },
        {
            "start": 827186107,
            "stop": 827186185
        },
        {
            "start": 827186194,
            "stop": 827186261
        },
        {
            "start": 827186264,
            "stop": 827186592
        },
        {
            "start": 827186604,
            "stop": 827186650
        },
        {
            "start": 827186654,
            "stop": 827186661
        },
        {
            "start": 827186665,
            "stop": 827186681
        },
        {
            "start": 827186684,
            "stop": 827186807
        },
        {
            "start": 827186811,
            "stop": 827187000
        },
        {
            "start": 827187060,
            "stop": 827187266
        },
        {
            "start": 827187285,
            "stop": 827187293
        },
        {
            "start": 827187301,
            "stop": 827187369
        },
        {
            "start": 827187372,
            "stop": 827187569
        },
        {
            "start": 827187573,
            "stop": 827187663
        },
        {
            "start": 827187666,
            "stop": 827187778
        },
        {
            "start": 827187781,
            "stop": 827187828
        }
    ]
}