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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=165",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 166,
    "results": [
        {
            "start": 842047069,
            "stop": 842047453
        },
        {
            "start": 842047455,
            "stop": 842048311
        },
        {
            "start": 842048320,
            "stop": 842048461
        },
        {
            "start": 842049325,
            "stop": 842055497
        },
        {
            "start": 842055592,
            "stop": 842055747
        },
        {
            "start": 842056019,
            "stop": 842056640
        },
        {
            "start": 842056716,
            "stop": 842056757
        },
        {
            "start": 842056910,
            "stop": 842057293
        },
        {
            "start": 842057304,
            "stop": 842057356
        },
        {
            "start": 842057502,
            "stop": 842058242
        },
        {
            "start": 842058338,
            "stop": 842078685
        },
        {
            "start": 842078687,
            "stop": 842103828
        },
        {
            "start": 842105152,
            "stop": 842106033
        },
        {
            "start": 842106041,
            "stop": 842108237
        },
        {
            "start": 842108247,
            "stop": 842108385
        },
        {
            "start": 842138858,
            "stop": 842168478
        },
        {
            "start": 842168485,
            "stop": 842171297
        },
        {
            "start": 842171304,
            "stop": 842171400
        },
        {
            "start": 842173580,
            "stop": 842176683
        },
        {
            "start": 842176691,
            "stop": 842177452
        }
    ]
}