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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=442",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=440",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 441,
    "results": [
        {
            "start": 944312256,
            "stop": 944312259
        },
        {
            "start": 944312260,
            "stop": 944312262
        },
        {
            "start": 944312264,
            "stop": 944312267
        },
        {
            "start": 944312268,
            "stop": 944312270
        },
        {
            "start": 944312271,
            "stop": 944312273
        },
        {
            "start": 944312274,
            "stop": 944312276
        },
        {
            "start": 944312277,
            "stop": 944312402
        },
        {
            "start": 944315841,
            "stop": 944319905
        },
        {
            "start": 944320760,
            "stop": 944321427
        },
        {
            "start": 944376755,
            "stop": 944377982
        },
        {
            "start": 944382082,
            "stop": 944390297
        },
        {
            "start": 944390585,
            "stop": 944404220
        },
        {
            "start": 944404222,
            "stop": 944404901
        },
        {
            "start": 944406525,
            "stop": 944407221
        },
        {
            "start": 944423312,
            "stop": 944423634
        },
        {
            "start": 944429514,
            "stop": 944430312
        },
        {
            "start": 944435229,
            "stop": 944436974
        },
        {
            "start": 944438232,
            "stop": 944440123
        },
        {
            "start": 944440126,
            "stop": 944442533
        },
        {
            "start": 944443677,
            "stop": 944447327
        }
    ]
}