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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33204",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33205,
    "results": [
        {
            "start": 970905223,
            "stop": 970905801
        },
        {
            "start": 970905804,
            "stop": 970905922
        },
        {
            "start": 970905923,
            "stop": 970906232
        },
        {
            "start": 970906233,
            "stop": 970906245
        },
        {
            "start": 970906248,
            "stop": 970906288
        },
        {
            "start": 970906289,
            "stop": 970906324
        },
        {
            "start": 970906354,
            "stop": 970906783
        },
        {
            "start": 970906784,
            "stop": 970906875
        },
        {
            "start": 970906877,
            "stop": 970906980
        },
        {
            "start": 970906981,
            "stop": 970907041
        },
        {
            "start": 970907042,
            "stop": 970907087
        },
        {
            "start": 970907090,
            "stop": 970907272
        },
        {
            "start": 970907273,
            "stop": 970907335
        },
        {
            "start": 970907336,
            "stop": 970907338
        },
        {
            "start": 970907341,
            "stop": 970907464
        },
        {
            "start": 970907465,
            "stop": 970907542
        },
        {
            "start": 970907545,
            "stop": 970907682
        },
        {
            "start": 970907685,
            "stop": 970907785
        },
        {
            "start": 970907788,
            "stop": 970907850
        },
        {
            "start": 970907853,
            "stop": 970908035
        }
    ]
}