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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5325",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5323",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5324,
    "results": [
        {
            "start": 1137222143,
            "stop": 1137222161
        },
        {
            "start": 1137222165,
            "stop": 1137222205
        },
        {
            "start": 1137222207,
            "stop": 1137222220
        },
        {
            "start": 1137222224,
            "stop": 1137222433
        },
        {
            "start": 1137222435,
            "stop": 1137222613
        },
        {
            "start": 1137222614,
            "stop": 1137222630
        },
        {
            "start": 1137222632,
            "stop": 1137222694
        },
        {
            "start": 1137222696,
            "stop": 1137222697
        },
        {
            "start": 1137222699,
            "stop": 1137222839
        },
        {
            "start": 1137222841,
            "stop": 1137222919
        },
        {
            "start": 1137222920,
            "stop": 1137223032
        },
        {
            "start": 1137223035,
            "stop": 1137223136
        },
        {
            "start": 1137223138,
            "stop": 1137223211
        },
        {
            "start": 1137223213,
            "stop": 1137223262
        },
        {
            "start": 1137223264,
            "stop": 1137223267
        },
        {
            "start": 1137223269,
            "stop": 1137223298
        },
        {
            "start": 1137223302,
            "stop": 1137223452
        },
        {
            "start": 1137223455,
            "stop": 1137223591
        },
        {
            "start": 1137223593,
            "stop": 1137223611
        },
        {
            "start": 1137223615,
            "stop": 1137223664
        }
    ]
}