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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33137",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33135",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33136,
    "results": [
        {
            "start": 970585744,
            "stop": 970585777
        },
        {
            "start": 970585778,
            "stop": 970585790
        },
        {
            "start": 970585792,
            "stop": 970585811
        },
        {
            "start": 970586116,
            "stop": 970586117
        },
        {
            "start": 970586119,
            "stop": 970586130
        },
        {
            "start": 970586141,
            "stop": 970586148
        },
        {
            "start": 970586149,
            "stop": 970586160
        },
        {
            "start": 970586162,
            "stop": 970586168
        },
        {
            "start": 970586169,
            "stop": 970586185
        },
        {
            "start": 970586189,
            "stop": 970586208
        },
        {
            "start": 970586209,
            "stop": 970586210
        },
        {
            "start": 970586212,
            "stop": 970586214
        },
        {
            "start": 970586215,
            "stop": 970586232
        },
        {
            "start": 970586233,
            "stop": 970586252
        },
        {
            "start": 970586254,
            "stop": 970586263
        },
        {
            "start": 970586264,
            "stop": 970586275
        },
        {
            "start": 970586277,
            "stop": 970586297
        },
        {
            "start": 970586298,
            "stop": 970586300
        },
        {
            "start": 970586302,
            "stop": 970586312
        },
        {
            "start": 970586314,
            "stop": 970586323
        }
    ]
}