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=647
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=648",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=646",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 647,
    "results": [
        {
            "start": 1264066901,
            "stop": 1264067243
        },
        {
            "start": 1264067246,
            "stop": 1264068429
        },
        {
            "start": 1264068432,
            "stop": 1264070749
        },
        {
            "start": 1264077787,
            "stop": 1264079816
        },
        {
            "start": 1264079819,
            "stop": 1264081119
        },
        {
            "start": 1264081122,
            "stop": 1264081850
        },
        {
            "start": 1264081855,
            "stop": 1264082344
        },
        {
            "start": 1264082346,
            "stop": 1264082348
        },
        {
            "start": 1264082352,
            "stop": 1264082354
        },
        {
            "start": 1264082356,
            "stop": 1264082365
        },
        {
            "start": 1264082372,
            "stop": 1264085917
        },
        {
            "start": 1264085920,
            "stop": 1264090198
        },
        {
            "start": 1264090206,
            "stop": 1264092235
        },
        {
            "start": 1264092236,
            "stop": 1264092364
        },
        {
            "start": 1264092367,
            "stop": 1264094153
        },
        {
            "start": 1264094155,
            "stop": 1264094160
        },
        {
            "start": 1264094166,
            "stop": 1264097315
        },
        {
            "start": 1264097323,
            "stop": 1264098127
        },
        {
            "start": 1264098129,
            "stop": 1264098136
        },
        {
            "start": 1264098141,
            "stop": 1264098183
        }
    ]
}