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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3091",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3089",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3090,
    "results": [
        {
            "start": 866403538,
            "stop": 866406900
        },
        {
            "start": 866406960,
            "stop": 866408160
        },
        {
            "start": 866408445,
            "stop": 866408741
        },
        {
            "start": 866408745,
            "stop": 866408940
        },
        {
            "start": 866409000,
            "stop": 866409204
        },
        {
            "start": 866409209,
            "stop": 866410304
        },
        {
            "start": 866410485,
            "stop": 866410768
        },
        {
            "start": 866411068,
            "stop": 866411263
        },
        {
            "start": 866411893,
            "stop": 866412436
        },
        {
            "start": 866413459,
            "stop": 866413627
        },
        {
            "start": 866415470,
            "stop": 866420049
        },
        {
            "start": 866420052,
            "stop": 866423760
        },
        {
            "start": 866423820,
            "stop": 866424120
        },
        {
            "start": 866424180,
            "stop": 866427270
        },
        {
            "start": 866427360,
            "stop": 866427925
        },
        {
            "start": 866427930,
            "stop": 866427960
        },
        {
            "start": 866428020,
            "stop": 866430170
        },
        {
            "start": 866430175,
            "stop": 866430180
        },
        {
            "start": 866430240,
            "stop": 866430600
        },
        {
            "start": 866430780,
            "stop": 866432610
        }
    ]
}