Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=843
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=844",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=842",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 843,
    "results": [
        {
            "start": 872300654,
            "stop": 872304710
        },
        {
            "start": 872305448,
            "stop": 872308830
        },
        {
            "start": 872308890,
            "stop": 872315310
        },
        {
            "start": 872316261,
            "stop": 872331510
        },
        {
            "start": 872331570,
            "stop": 872331574
        },
        {
            "start": 872332687,
            "stop": 872345466
        },
        {
            "start": 872347768,
            "stop": 872348306
        },
        {
            "start": 872366580,
            "stop": 872367556
        },
        {
            "start": 872369094,
            "stop": 872373262
        },
        {
            "start": 872375969,
            "stop": 872419749
        },
        {
            "start": 872422289,
            "stop": 872442750
        },
        {
            "start": 872444062,
            "stop": 872461191
        },
        {
            "start": 872463044,
            "stop": 872515401
        },
        {
            "start": 872516644,
            "stop": 872516887
        },
        {
            "start": 872517825,
            "stop": 872534380
        },
        {
            "start": 872534700,
            "stop": 872535440
        },
        {
            "start": 872535441,
            "stop": 872538682
        },
        {
            "start": 872539556,
            "stop": 872564359
        },
        {
            "start": 872565002,
            "stop": 872567790
        },
        {
            "start": 872567910,
            "stop": 872568518
        }
    ]
}