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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 89,
    "results": [
        {
            "start": 1126553382,
            "stop": 1126553408
        },
        {
            "start": 1126553409,
            "stop": 1126553484
        },
        {
            "start": 1126553486,
            "stop": 1126553575
        },
        {
            "start": 1126553576,
            "stop": 1126553658
        },
        {
            "start": 1126553660,
            "stop": 1126553719
        },
        {
            "start": 1126553721,
            "stop": 1126553762
        },
        {
            "start": 1126553764,
            "stop": 1126553822
        },
        {
            "start": 1126553823,
            "stop": 1126553828
        },
        {
            "start": 1126553830,
            "stop": 1126553901
        },
        {
            "start": 1126553902,
            "stop": 1126553935
        },
        {
            "start": 1126553937,
            "stop": 1126554203
        },
        {
            "start": 1126554204,
            "stop": 1126554357
        },
        {
            "start": 1126554359,
            "stop": 1126554364
        },
        {
            "start": 1126554366,
            "stop": 1126554373
        },
        {
            "start": 1126554374,
            "stop": 1126554389
        },
        {
            "start": 1126554391,
            "stop": 1126554535
        },
        {
            "start": 1126554536,
            "stop": 1126554622
        },
        {
            "start": 1126554623,
            "stop": 1126554730
        },
        {
            "start": 1126554731,
            "stop": 1126554984
        },
        {
            "start": 1126554986,
            "stop": 1126555113
        }
    ]
}