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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40695",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40693",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40694,
    "results": [
        {
            "start": 874936756,
            "stop": 874936761
        },
        {
            "start": 874936763,
            "stop": 874936764
        },
        {
            "start": 874936767,
            "stop": 874936772
        },
        {
            "start": 874936773,
            "stop": 874936785
        },
        {
            "start": 874936786,
            "stop": 874936791
        },
        {
            "start": 874936792,
            "stop": 874936801
        },
        {
            "start": 874936802,
            "stop": 874936821
        },
        {
            "start": 874936825,
            "stop": 874936829
        },
        {
            "start": 874936830,
            "stop": 874936867
        },
        {
            "start": 874936869,
            "stop": 874936931
        },
        {
            "start": 874936933,
            "stop": 874936944
        },
        {
            "start": 874936946,
            "stop": 874936948
        },
        {
            "start": 874936950,
            "stop": 874936952
        },
        {
            "start": 874936954,
            "stop": 874936962
        },
        {
            "start": 874936963,
            "stop": 874936974
        },
        {
            "start": 874936975,
            "stop": 874936980
        },
        {
            "start": 874937040,
            "stop": 874937066
        },
        {
            "start": 874937067,
            "stop": 874937080
        },
        {
            "start": 874937082,
            "stop": 874937092
        },
        {
            "start": 874937094,
            "stop": 874937101
        }
    ]
}