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=3564
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=3565",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3563",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3564,
    "results": [
        {
            "start": 970390313,
            "stop": 970390422
        },
        {
            "start": 970390425,
            "stop": 970390500
        },
        {
            "start": 970390506,
            "stop": 970390828
        },
        {
            "start": 970390829,
            "stop": 970390875
        },
        {
            "start": 970390878,
            "stop": 970390975
        },
        {
            "start": 970390981,
            "stop": 970391013
        },
        {
            "start": 970391016,
            "stop": 970391096
        },
        {
            "start": 970391116,
            "stop": 970391117
        },
        {
            "start": 970391123,
            "stop": 970391131
        },
        {
            "start": 970391137,
            "stop": 970391138
        },
        {
            "start": 970391144,
            "stop": 970391149
        },
        {
            "start": 970391158,
            "stop": 970391162
        },
        {
            "start": 970391177,
            "stop": 970391182
        },
        {
            "start": 970391204,
            "stop": 970391205
        },
        {
            "start": 970391211,
            "stop": 970391212
        },
        {
            "start": 970391226,
            "stop": 970391228
        },
        {
            "start": 970391243,
            "stop": 970391262
        },
        {
            "start": 970391265,
            "stop": 970391425
        },
        {
            "start": 970391428,
            "stop": 970391489
        },
        {
            "start": 970391495,
            "stop": 970391505
        }
    ]
}