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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=464",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 465,
    "results": [
        {
            "start": 827712544,
            "stop": 827712559
        },
        {
            "start": 827712568,
            "stop": 827712641
        },
        {
            "start": 827712659,
            "stop": 827712665
        },
        {
            "start": 827712679,
            "stop": 827712704
        },
        {
            "start": 827712708,
            "stop": 827712867
        },
        {
            "start": 827712875,
            "stop": 827712910
        },
        {
            "start": 827712934,
            "stop": 827713204
        },
        {
            "start": 827713212,
            "stop": 827713219
        },
        {
            "start": 827713226,
            "stop": 827713250
        },
        {
            "start": 827713390,
            "stop": 827713413
        },
        {
            "start": 827713417,
            "stop": 827713513
        },
        {
            "start": 827713517,
            "stop": 827713532
        },
        {
            "start": 827713546,
            "stop": 827713571
        },
        {
            "start": 827713575,
            "stop": 827713616
        },
        {
            "start": 827713619,
            "stop": 827713640
        },
        {
            "start": 827713643,
            "stop": 827713673
        },
        {
            "start": 827713676,
            "stop": 827722424
        },
        {
            "start": 827722605,
            "stop": 827733304
        },
        {
            "start": 827733312,
            "stop": 827734875
        },
        {
            "start": 827734883,
            "stop": 827739044
        }
    ]
}