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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9881",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9882,
    "results": [
        {
            "start": 874416877,
            "stop": 874416907
        },
        {
            "start": 874416908,
            "stop": 874416937
        },
        {
            "start": 874416938,
            "stop": 874416981
        },
        {
            "start": 874416982,
            "stop": 874417004
        },
        {
            "start": 874417010,
            "stop": 874417014
        },
        {
            "start": 874417020,
            "stop": 874418012
        },
        {
            "start": 874418013,
            "stop": 874420453
        },
        {
            "start": 874420456,
            "stop": 874420530
        },
        {
            "start": 874420534,
            "stop": 874420550
        },
        {
            "start": 874420553,
            "stop": 874420562
        },
        {
            "start": 874420565,
            "stop": 874420568
        },
        {
            "start": 874420574,
            "stop": 874420575
        },
        {
            "start": 874420580,
            "stop": 874421413
        },
        {
            "start": 874421415,
            "stop": 874421682
        },
        {
            "start": 874421938,
            "stop": 874422008
        },
        {
            "start": 874422010,
            "stop": 874422030
        },
        {
            "start": 874422031,
            "stop": 874422104
        },
        {
            "start": 874422105,
            "stop": 874422107
        },
        {
            "start": 874422108,
            "stop": 874422181
        },
        {
            "start": 874422182,
            "stop": 874422184
        }
    ]
}