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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8723",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8724,
    "results": [
        {
            "start": 872620786,
            "stop": 872621150
        },
        {
            "start": 872621167,
            "stop": 872621559
        },
        {
            "start": 872621576,
            "stop": 872621764
        },
        {
            "start": 872622000,
            "stop": 872622420
        },
        {
            "start": 872622480,
            "stop": 872622635
        },
        {
            "start": 872622778,
            "stop": 872622802
        },
        {
            "start": 872622910,
            "stop": 872623124
        },
        {
            "start": 872623267,
            "stop": 872623531
        },
        {
            "start": 872623651,
            "stop": 872623670
        },
        {
            "start": 872623750,
            "stop": 872624100
        },
        {
            "start": 872624340,
            "stop": 872624580
        },
        {
            "start": 872624640,
            "stop": 872624820
        },
        {
            "start": 872624940,
            "stop": 872625060
        },
        {
            "start": 872625300,
            "stop": 872625600
        },
        {
            "start": 872625720,
            "stop": 872625770
        },
        {
            "start": 872625910,
            "stop": 872625958
        },
        {
            "start": 872625978,
            "stop": 872626143
        },
        {
            "start": 872627375,
            "stop": 872627787
        },
        {
            "start": 872627880,
            "stop": 872628000
        },
        {
            "start": 872628060,
            "stop": 872628240
        }
    ]
}