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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1142",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1140",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1141,
    "results": [
        {
            "start": 1136511504,
            "stop": 1136511512
        },
        {
            "start": 1136511515,
            "stop": 1136511528
        },
        {
            "start": 1136511531,
            "stop": 1136511541
        },
        {
            "start": 1136511544,
            "stop": 1136511550
        },
        {
            "start": 1136511553,
            "stop": 1136511561
        },
        {
            "start": 1136511566,
            "stop": 1136511568
        },
        {
            "start": 1136511571,
            "stop": 1136511576
        },
        {
            "start": 1136511579,
            "stop": 1136511586
        },
        {
            "start": 1136511592,
            "stop": 1136511594
        },
        {
            "start": 1136511597,
            "stop": 1136511601
        },
        {
            "start": 1136511605,
            "stop": 1136511608
        },
        {
            "start": 1136511611,
            "stop": 1136511612
        },
        {
            "start": 1136511615,
            "stop": 1136511619
        },
        {
            "start": 1136511622,
            "stop": 1136511626
        },
        {
            "start": 1136511629,
            "stop": 1136511632
        },
        {
            "start": 1136511635,
            "stop": 1136511636
        },
        {
            "start": 1136511642,
            "stop": 1136511646
        },
        {
            "start": 1136511649,
            "stop": 1136511651
        },
        {
            "start": 1136511654,
            "stop": 1136511656
        },
        {
            "start": 1136511659,
            "stop": 1136511661
        }
    ]
}