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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3584",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3582",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3583,
    "results": [
        {
            "start": 970408936,
            "stop": 970408942
        },
        {
            "start": 970408945,
            "stop": 970408954
        },
        {
            "start": 970408957,
            "stop": 970408961
        },
        {
            "start": 970408969,
            "stop": 970408971
        },
        {
            "start": 970408982,
            "stop": 970409009
        },
        {
            "start": 970409013,
            "stop": 970409046
        },
        {
            "start": 970409056,
            "stop": 970409076
        },
        {
            "start": 970409082,
            "stop": 970409084
        },
        {
            "start": 970409087,
            "stop": 970409088
        },
        {
            "start": 970409097,
            "stop": 970409116
        },
        {
            "start": 970409119,
            "stop": 970409125
        },
        {
            "start": 970409128,
            "stop": 970409226
        },
        {
            "start": 970409229,
            "stop": 970409233
        },
        {
            "start": 970409238,
            "stop": 970409245
        },
        {
            "start": 970409248,
            "stop": 970409273
        },
        {
            "start": 970409277,
            "stop": 970409278
        },
        {
            "start": 970409283,
            "stop": 970409328
        },
        {
            "start": 970409331,
            "stop": 970409358
        },
        {
            "start": 970409361,
            "stop": 970409371
        },
        {
            "start": 970409376,
            "stop": 970409385
        }
    ]
}