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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 34,
    "results": [
        {
            "start": 1257161369,
            "stop": 1257161718
        },
        {
            "start": 1257161719,
            "stop": 1257161720
        },
        {
            "start": 1257161740,
            "stop": 1257161741
        },
        {
            "start": 1257161742,
            "stop": 1257161743
        },
        {
            "start": 1257161748,
            "stop": 1257161749
        },
        {
            "start": 1257161753,
            "stop": 1257161754
        },
        {
            "start": 1257161761,
            "stop": 1257165189
        },
        {
            "start": 1257165190,
            "stop": 1257165232
        },
        {
            "start": 1257165233,
            "stop": 1257165286
        },
        {
            "start": 1257165287,
            "stop": 1257165294
        },
        {
            "start": 1257165295,
            "stop": 1257165302
        },
        {
            "start": 1257165303,
            "stop": 1257165341
        },
        {
            "start": 1257165344,
            "stop": 1257167088
        },
        {
            "start": 1257167091,
            "stop": 1257167099
        },
        {
            "start": 1257167102,
            "stop": 1257167308
        },
        {
            "start": 1257167316,
            "stop": 1257168821
        },
        {
            "start": 1257168829,
            "stop": 1257173377
        },
        {
            "start": 1257173380,
            "stop": 1257173397
        },
        {
            "start": 1257173399,
            "stop": 1257173962
        },
        {
            "start": 1257173964,
            "stop": 1257174541
        }
    ]
}