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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=93",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 94,
    "results": [
        {
            "start": 1257808496,
            "stop": 1257808508
        },
        {
            "start": 1257808509,
            "stop": 1257808510
        },
        {
            "start": 1257808511,
            "stop": 1257808513
        },
        {
            "start": 1257808518,
            "stop": 1257808519
        },
        {
            "start": 1257808520,
            "stop": 1257808521
        },
        {
            "start": 1257808522,
            "stop": 1257808545
        },
        {
            "start": 1257808547,
            "stop": 1257808548
        },
        {
            "start": 1257808549,
            "stop": 1257808593
        },
        {
            "start": 1257808595,
            "stop": 1257808596
        },
        {
            "start": 1257808598,
            "stop": 1257808599
        },
        {
            "start": 1257808605,
            "stop": 1257808608
        },
        {
            "start": 1257808612,
            "stop": 1257808613
        },
        {
            "start": 1257808614,
            "stop": 1257808615
        },
        {
            "start": 1257808616,
            "stop": 1257808660
        },
        {
            "start": 1257808661,
            "stop": 1257808664
        },
        {
            "start": 1257808665,
            "stop": 1257808727
        },
        {
            "start": 1257808729,
            "stop": 1257808898
        },
        {
            "start": 1257808899,
            "stop": 1257808900
        },
        {
            "start": 1257808902,
            "stop": 1257808905
        },
        {
            "start": 1257808908,
            "stop": 1257809076
        }
    ]
}