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=327
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=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=326",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 327,
    "results": [
        {
            "start": 822490564,
            "stop": 822490864
        },
        {
            "start": 822490871,
            "stop": 822490873
        },
        {
            "start": 822490881,
            "stop": 822490932
        },
        {
            "start": 822490939,
            "stop": 822490978
        },
        {
            "start": 822490985,
            "stop": 822491009
        },
        {
            "start": 822491017,
            "stop": 822491081
        },
        {
            "start": 822491094,
            "stop": 822491123
        },
        {
            "start": 822491130,
            "stop": 822491145
        },
        {
            "start": 822491152,
            "stop": 822491161
        },
        {
            "start": 822491168,
            "stop": 822491183
        },
        {
            "start": 822491190,
            "stop": 822491313
        },
        {
            "start": 822491321,
            "stop": 822491513
        },
        {
            "start": 822491520,
            "stop": 822491543
        },
        {
            "start": 822491550,
            "stop": 822491610
        },
        {
            "start": 822491617,
            "stop": 822491674
        },
        {
            "start": 822491681,
            "stop": 822491736
        },
        {
            "start": 822491744,
            "stop": 822491779
        },
        {
            "start": 822491787,
            "stop": 822491920
        },
        {
            "start": 822491927,
            "stop": 822491946
        },
        {
            "start": 822492074,
            "stop": 822492091
        }
    ]
}