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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=991",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 992,
    "results": [
        {
            "start": 870561049,
            "stop": 870561739
        },
        {
            "start": 870561859,
            "stop": 870561949
        },
        {
            "start": 870562172,
            "stop": 870563372
        },
        {
            "start": 870563536,
            "stop": 870567436
        },
        {
            "start": 870567647,
            "stop": 870568127
        },
        {
            "start": 870569427,
            "stop": 870571167
        },
        {
            "start": 870571519,
            "stop": 870572389
        },
        {
            "start": 870572539,
            "stop": 870577879
        },
        {
            "start": 870577969,
            "stop": 870578089
        },
        {
            "start": 870578649,
            "stop": 870583239
        },
        {
            "start": 870583389,
            "stop": 870583629
        },
        {
            "start": 870583826,
            "stop": 870591266
        },
        {
            "start": 870591544,
            "stop": 870593044
        },
        {
            "start": 870597946,
            "stop": 870608986
        },
        {
            "start": 870609247,
            "stop": 870609367
        },
        {
            "start": 870610842,
            "stop": 870611982
        },
        {
            "start": 870612133,
            "stop": 870612253
        },
        {
            "start": 870612418,
            "stop": 870612898
        },
        {
            "start": 870613328,
            "stop": 870614228
        },
        {
            "start": 870614451,
            "stop": 870615171
        }
    ]
}