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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7522",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7520",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7521,
    "results": [
        {
            "start": 970402057,
            "stop": 970402085
        },
        {
            "start": 970402088,
            "stop": 970402099
        },
        {
            "start": 970402102,
            "stop": 970402312
        },
        {
            "start": 970402315,
            "stop": 970402346
        },
        {
            "start": 970402349,
            "stop": 970402405
        },
        {
            "start": 970402408,
            "stop": 970402455
        },
        {
            "start": 970402458,
            "stop": 970402469
        },
        {
            "start": 970402472,
            "stop": 970402506
        },
        {
            "start": 970402509,
            "stop": 970402518
        },
        {
            "start": 970402522,
            "stop": 970402565
        },
        {
            "start": 970402568,
            "stop": 970402571
        },
        {
            "start": 970402574,
            "stop": 970402597
        },
        {
            "start": 970402601,
            "stop": 970402604
        },
        {
            "start": 970402607,
            "stop": 970402621
        },
        {
            "start": 970402624,
            "stop": 970402637
        },
        {
            "start": 970402640,
            "stop": 970402779
        },
        {
            "start": 970402782,
            "stop": 970402894
        },
        {
            "start": 970402897,
            "stop": 970402905
        },
        {
            "start": 970402908,
            "stop": 970402920
        },
        {
            "start": 970402923,
            "stop": 970402952
        }
    ]
}