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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=779",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=777",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 778,
    "results": [
        {
            "start": 1269230677,
            "stop": 1269231012
        },
        {
            "start": 1269231015,
            "stop": 1269233256
        },
        {
            "start": 1269233259,
            "stop": 1269233585
        },
        {
            "start": 1269233588,
            "stop": 1269233778
        },
        {
            "start": 1269233781,
            "stop": 1269236397
        },
        {
            "start": 1269236400,
            "stop": 1269236970
        },
        {
            "start": 1269236973,
            "stop": 1269238013
        },
        {
            "start": 1269238016,
            "stop": 1269241581
        },
        {
            "start": 1269241584,
            "stop": 1269246265
        },
        {
            "start": 1269246268,
            "stop": 1269246702
        },
        {
            "start": 1269246705,
            "stop": 1269248435
        },
        {
            "start": 1269248438,
            "stop": 1269248498
        },
        {
            "start": 1269248501,
            "stop": 1269249866
        },
        {
            "start": 1269249868,
            "stop": 1269252659
        },
        {
            "start": 1269252662,
            "stop": 1269252828
        },
        {
            "start": 1269252831,
            "stop": 1269255260
        },
        {
            "start": 1269255263,
            "stop": 1269258534
        },
        {
            "start": 1269258538,
            "stop": 1269260135
        },
        {
            "start": 1269260138,
            "stop": 1269261321
        },
        {
            "start": 1269261325,
            "stop": 1269262709
        }
    ]
}