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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 165,
    "results": [
        {
            "start": 1258604698,
            "stop": 1258608443
        },
        {
            "start": 1258608451,
            "stop": 1258609398
        },
        {
            "start": 1258609401,
            "stop": 1258610415
        },
        {
            "start": 1258610418,
            "stop": 1258611094
        },
        {
            "start": 1258611097,
            "stop": 1258612421
        },
        {
            "start": 1258612424,
            "stop": 1258614563
        },
        {
            "start": 1258614566,
            "stop": 1258617764
        },
        {
            "start": 1258617767,
            "stop": 1258620734
        },
        {
            "start": 1258620737,
            "stop": 1258621254
        },
        {
            "start": 1258621257,
            "stop": 1258622487
        },
        {
            "start": 1258629613,
            "stop": 1258629743
        },
        {
            "start": 1258629746,
            "stop": 1258629925
        },
        {
            "start": 1258629928,
            "stop": 1258632586
        },
        {
            "start": 1258632588,
            "stop": 1258636430
        },
        {
            "start": 1258636433,
            "stop": 1258638142
        },
        {
            "start": 1258638145,
            "stop": 1258640114
        },
        {
            "start": 1258640117,
            "stop": 1258642146
        },
        {
            "start": 1258642154,
            "stop": 1258642503
        },
        {
            "start": 1258642506,
            "stop": 1258644020
        },
        {
            "start": 1258644023,
            "stop": 1258645192
        }
    ]
}