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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=271",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 272,
    "results": [
        {
            "start": 965714171,
            "stop": 965719509
        },
        {
            "start": 965719513,
            "stop": 965719620
        },
        {
            "start": 965719623,
            "stop": 965720745
        },
        {
            "start": 965720749,
            "stop": 965750745
        },
        {
            "start": 965753873,
            "stop": 965760445
        },
        {
            "start": 965760450,
            "stop": 965763712
        },
        {
            "start": 965768076,
            "stop": 965770249
        },
        {
            "start": 965781288,
            "stop": 965781362
        },
        {
            "start": 965781365,
            "stop": 965781369
        },
        {
            "start": 965781372,
            "stop": 965781581
        },
        {
            "start": 965781584,
            "stop": 965782517
        },
        {
            "start": 965782522,
            "stop": 965782523
        },
        {
            "start": 965782526,
            "stop": 965782528
        },
        {
            "start": 965782532,
            "stop": 965797299
        },
        {
            "start": 965797779,
            "stop": 965806943
        },
        {
            "start": 965811674,
            "stop": 965830830
        },
        {
            "start": 965832600,
            "stop": 965835146
        },
        {
            "start": 965836828,
            "stop": 965862224
        },
        {
            "start": 965868363,
            "stop": 965873894
        },
        {
            "start": 965876809,
            "stop": 965921127
        }
    ]
}