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=888
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=889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=887",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 888,
    "results": [
        {
            "start": 863760902,
            "stop": 863763242
        },
        {
            "start": 863763524,
            "stop": 863765204
        },
        {
            "start": 863766245,
            "stop": 863770685
        },
        {
            "start": 863772982,
            "stop": 863773372
        },
        {
            "start": 863773492,
            "stop": 863774002
        },
        {
            "start": 863774151,
            "stop": 863778261
        },
        {
            "start": 863779488,
            "stop": 863780628
        },
        {
            "start": 863780857,
            "stop": 863789797
        },
        {
            "start": 863790148,
            "stop": 863790748
        },
        {
            "start": 863791015,
            "stop": 863791075
        },
        {
            "start": 863791240,
            "stop": 863791420
        },
        {
            "start": 863793449,
            "stop": 863793689
        },
        {
            "start": 863794901,
            "stop": 863795141
        },
        {
            "start": 863795414,
            "stop": 863795774
        },
        {
            "start": 863795922,
            "stop": 863796162
        },
        {
            "start": 863796463,
            "stop": 863796523
        },
        {
            "start": 863796660,
            "stop": 863798700
        },
        {
            "start": 863798850,
            "stop": 863799000
        },
        {
            "start": 863799190,
            "stop": 863801590
        },
        {
            "start": 863802137,
            "stop": 863802557
        }
    ]
}