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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT3/segments?format=api&page=48",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 49,
    "results": [
        {
            "start": 1265651710,
            "stop": 1265652295
        },
        {
            "start": 1265652379,
            "stop": 1265653750
        },
        {
            "start": 1265653897,
            "stop": 1265673761
        },
        {
            "start": 1265673865,
            "stop": 1265676185
        },
        {
            "start": 1265677343,
            "stop": 1265678301
        },
        {
            "start": 1265687934,
            "stop": 1265693626
        },
        {
            "start": 1265693634,
            "stop": 1265704529
        },
        {
            "start": 1265704661,
            "stop": 1265709653
        },
        {
            "start": 1265709771,
            "stop": 1265728531
        },
        {
            "start": 1265729431,
            "stop": 1265746077
        },
        {
            "start": 1265747638,
            "stop": 1265852330
        },
        {
            "start": 1265852338,
            "stop": 1265857186
        },
        {
            "start": 1265857194,
            "stop": 1265869617
        },
        {
            "start": 1265869702,
            "stop": 1265896450
        },
        {
            "start": 1265896618,
            "stop": 1265964292
        },
        {
            "start": 1265975343,
            "stop": 1265979398
        },
        {
            "start": 1265979591,
            "stop": 1265980000
        },
        {
            "start": 1265990240,
            "stop": 1266032612
        },
        {
            "start": 1266032620,
            "stop": 1266037805
        },
        {
            "start": 1266039220,
            "stop": 1266040859
        }
    ]
}