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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=13",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 14,
    "results": [
        {
            "start": 1264572039,
            "stop": 1264591699
        },
        {
            "start": 1264597197,
            "stop": 1264703538
        },
        {
            "start": 1264703820,
            "stop": 1264734208
        },
        {
            "start": 1264734278,
            "stop": 1264784410
        },
        {
            "start": 1264784617,
            "stop": 1264791613
        },
        {
            "start": 1264794808,
            "stop": 1264809614
        },
        {
            "start": 1264809643,
            "stop": 1264866326
        },
        {
            "start": 1264897151,
            "stop": 1264904061
        },
        {
            "start": 1264908177,
            "stop": 1264934798
        },
        {
            "start": 1264938865,
            "stop": 1264947697
        },
        {
            "start": 1264950071,
            "stop": 1264951103
        },
        {
            "start": 1264951532,
            "stop": 1264982347
        },
        {
            "start": 1264988059,
            "stop": 1265045316
        },
        {
            "start": 1265045418,
            "stop": 1265047500
        },
        {
            "start": 1265054157,
            "stop": 1265060484
        },
        {
            "start": 1265064926,
            "stop": 1265067935
        },
        {
            "start": 1265080011,
            "stop": 1265098299
        },
        {
            "start": 1265098394,
            "stop": 1265130933
        },
        {
            "start": 1265138874,
            "stop": 1265150428
        },
        {
            "start": 1265161162,
            "stop": 1265161286
        }
    ]
}