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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 154,
    "results": [
        {
            "start": 1258537257,
            "stop": 1258537617
        },
        {
            "start": 1258537620,
            "stop": 1258537649
        },
        {
            "start": 1258543194,
            "stop": 1258545010
        },
        {
            "start": 1258545013,
            "stop": 1258545152
        },
        {
            "start": 1258545160,
            "stop": 1258545895
        },
        {
            "start": 1258545898,
            "stop": 1258545955
        },
        {
            "start": 1258545958,
            "stop": 1258546177
        },
        {
            "start": 1258546185,
            "stop": 1258549244
        },
        {
            "start": 1258549247,
            "stop": 1258549568
        },
        {
            "start": 1258549571,
            "stop": 1258550967
        },
        {
            "start": 1258550970,
            "stop": 1258551743
        },
        {
            "start": 1258551746,
            "stop": 1258551927
        },
        {
            "start": 1258551930,
            "stop": 1258552373
        },
        {
            "start": 1258552376,
            "stop": 1258554199
        },
        {
            "start": 1258554202,
            "stop": 1258554567
        },
        {
            "start": 1258554570,
            "stop": 1258554679
        },
        {
            "start": 1258554682,
            "stop": 1258555381
        },
        {
            "start": 1258555384,
            "stop": 1258555865
        },
        {
            "start": 1258555868,
            "stop": 1258555974
        },
        {
            "start": 1258555977,
            "stop": 1258556210
        }
    ]
}