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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=39",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 40,
    "results": [
        {
            "start": 1262434583,
            "stop": 1262434591
        },
        {
            "start": 1262441520,
            "stop": 1262441808
        },
        {
            "start": 1262448449,
            "stop": 1262448468
        },
        {
            "start": 1262452724,
            "stop": 1262452801
        },
        {
            "start": 1262454991,
            "stop": 1262455030
        },
        {
            "start": 1262545296,
            "stop": 1262545689
        },
        {
            "start": 1262547443,
            "stop": 1262578918
        },
        {
            "start": 1262580585,
            "stop": 1262595908
        },
        {
            "start": 1262605894,
            "stop": 1262627852
        },
        {
            "start": 1262628150,
            "stop": 1262675864
        },
        {
            "start": 1262676041,
            "stop": 1262909219
        },
        {
            "start": 1262909551,
            "stop": 1262924699
        },
        {
            "start": 1262925519,
            "stop": 1262927770
        },
        {
            "start": 1262927862,
            "stop": 1262938621
        },
        {
            "start": 1262940038,
            "stop": 1262946475
        },
        {
            "start": 1262946785,
            "stop": 1262960480
        },
        {
            "start": 1262960591,
            "stop": 1262960847
        },
        {
            "start": 1262961449,
            "stop": 1263016869
        },
        {
            "start": 1263019557,
            "stop": 1263020945
        },
        {
            "start": 1263020953,
            "stop": 1263021025
        }
    ]
}