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=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=199",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 200,
    "results": [
        {
            "start": 931152135,
            "stop": 931152138
        },
        {
            "start": 931152140,
            "stop": 931152144
        },
        {
            "start": 931152147,
            "stop": 931152148
        },
        {
            "start": 931152151,
            "stop": 931152152
        },
        {
            "start": 931152154,
            "stop": 931152155
        },
        {
            "start": 931152157,
            "stop": 931152159
        },
        {
            "start": 931152160,
            "stop": 931152162
        },
        {
            "start": 931152163,
            "stop": 931152173
        },
        {
            "start": 931152175,
            "stop": 931152176
        },
        {
            "start": 931152179,
            "stop": 931152182
        },
        {
            "start": 931152184,
            "stop": 931152188
        },
        {
            "start": 931152190,
            "stop": 931152197
        },
        {
            "start": 931152198,
            "stop": 931152200
        },
        {
            "start": 931152201,
            "stop": 931152210
        },
        {
            "start": 931152212,
            "stop": 931152216
        },
        {
            "start": 931152218,
            "stop": 931152221
        },
        {
            "start": 931152229,
            "stop": 931152230
        },
        {
            "start": 931152232,
            "stop": 931152237
        },
        {
            "start": 931152238,
            "stop": 931152240
        },
        {
            "start": 931152241,
            "stop": 931152242
        }
    ]
}