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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=370",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=368",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 369,
    "results": [
        {
            "start": 1182748977,
            "stop": 1182749012
        },
        {
            "start": 1182749013,
            "stop": 1182749202
        },
        {
            "start": 1182749203,
            "stop": 1182749270
        },
        {
            "start": 1182749271,
            "stop": 1182749493
        },
        {
            "start": 1182749494,
            "stop": 1182749505
        },
        {
            "start": 1182749506,
            "stop": 1182749614
        },
        {
            "start": 1182749616,
            "stop": 1182749707
        },
        {
            "start": 1182749708,
            "stop": 1182749738
        },
        {
            "start": 1182749739,
            "stop": 1182749746
        },
        {
            "start": 1182749747,
            "stop": 1182750118
        },
        {
            "start": 1182750119,
            "stop": 1182750876
        },
        {
            "start": 1182750877,
            "stop": 1182750958
        },
        {
            "start": 1182750959,
            "stop": 1182751557
        },
        {
            "start": 1182751558,
            "stop": 1182752380
        },
        {
            "start": 1182752381,
            "stop": 1182755027
        },
        {
            "start": 1182755028,
            "stop": 1182757821
        },
        {
            "start": 1182757822,
            "stop": 1182759032
        },
        {
            "start": 1182759033,
            "stop": 1182759963
        },
        {
            "start": 1182759964,
            "stop": 1182761747
        },
        {
            "start": 1182761748,
            "stop": 1182762838
        }
    ]
}