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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=278",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 279,
    "results": [
        {
            "start": 861566432,
            "stop": 861566434
        },
        {
            "start": 861566544,
            "stop": 861568677
        },
        {
            "start": 861569306,
            "stop": 861570274
        },
        {
            "start": 861570574,
            "stop": 861573725
        },
        {
            "start": 861573811,
            "stop": 861577214
        },
        {
            "start": 861577514,
            "stop": 861577899
        },
        {
            "start": 861578568,
            "stop": 861616133
        },
        {
            "start": 861616572,
            "stop": 861625306
        },
        {
            "start": 861627240,
            "stop": 861629586
        },
        {
            "start": 861629886,
            "stop": 861641272
        },
        {
            "start": 861641658,
            "stop": 861641668
        },
        {
            "start": 861641968,
            "stop": 861644171
        },
        {
            "start": 861644631,
            "stop": 861644946
        },
        {
            "start": 861645246,
            "stop": 861647175
        },
        {
            "start": 861647177,
            "stop": 861647321
        },
        {
            "start": 861647844,
            "stop": 861650107
        },
        {
            "start": 861650422,
            "stop": 861652875
        },
        {
            "start": 861653676,
            "stop": 861654470
        },
        {
            "start": 861654770,
            "stop": 861662267
        },
        {
            "start": 861662269,
            "stop": 861693093
        }
    ]
}