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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=292",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 293,
    "results": [
        {
            "start": 832266859,
            "stop": 832267039
        },
        {
            "start": 832267228,
            "stop": 832267528
        },
        {
            "start": 832267870,
            "stop": 832267990
        },
        {
            "start": 832268464,
            "stop": 832268524
        },
        {
            "start": 832268688,
            "stop": 832269228
        },
        {
            "start": 832269383,
            "stop": 832269473
        },
        {
            "start": 832269696,
            "stop": 832270596
        },
        {
            "start": 832270781,
            "stop": 832271921
        },
        {
            "start": 832284426,
            "stop": 832284546
        },
        {
            "start": 832286713,
            "stop": 832287073
        },
        {
            "start": 832287230,
            "stop": 832287710
        },
        {
            "start": 832287889,
            "stop": 832288429
        },
        {
            "start": 832288598,
            "stop": 832288718
        },
        {
            "start": 832288973,
            "stop": 832289873
        },
        {
            "start": 832289903,
            "stop": 832289993
        },
        {
            "start": 832290023,
            "stop": 832291613
        },
        {
            "start": 832291643,
            "stop": 832295723
        },
        {
            "start": 832295903,
            "stop": 832296353
        },
        {
            "start": 832299959,
            "stop": 832300319
        },
        {
            "start": 832302164,
            "stop": 832302644
        }
    ]
}