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=688
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=689",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=687",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 688,
    "results": [
        {
            "start": 1265754706,
            "stop": 1265756560
        },
        {
            "start": 1265757641,
            "stop": 1265759157
        },
        {
            "start": 1265759160,
            "stop": 1265759275
        },
        {
            "start": 1265759278,
            "stop": 1265764540
        },
        {
            "start": 1265764543,
            "stop": 1265766030
        },
        {
            "start": 1265766031,
            "stop": 1265766042
        },
        {
            "start": 1265766044,
            "stop": 1265766045
        },
        {
            "start": 1265766046,
            "stop": 1265766995
        },
        {
            "start": 1265766998,
            "stop": 1265767012
        },
        {
            "start": 1265767015,
            "stop": 1265769517
        },
        {
            "start": 1265777645,
            "stop": 1265780265
        },
        {
            "start": 1265780268,
            "stop": 1265781571
        },
        {
            "start": 1265781573,
            "stop": 1265782209
        },
        {
            "start": 1265782212,
            "stop": 1265783766
        },
        {
            "start": 1265783769,
            "stop": 1265786395
        },
        {
            "start": 1265786398,
            "stop": 1265786950
        },
        {
            "start": 1265786953,
            "stop": 1265787403
        },
        {
            "start": 1265787411,
            "stop": 1265793850
        },
        {
            "start": 1265793853,
            "stop": 1265794723
        },
        {
            "start": 1265794726,
            "stop": 1265796395
        }
    ]
}