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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 11,
    "results": [
        {
            "start": 1257303171,
            "stop": 1257304059
        },
        {
            "start": 1257304067,
            "stop": 1257304571
        },
        {
            "start": 1257304579,
            "stop": 1257305803
        },
        {
            "start": 1257305819,
            "stop": 1257308107
        },
        {
            "start": 1257308115,
            "stop": 1257308347
        },
        {
            "start": 1257308355,
            "stop": 1257309627
        },
        {
            "start": 1257309635,
            "stop": 1257310955
        },
        {
            "start": 1257310963,
            "stop": 1257313347
        },
        {
            "start": 1257313355,
            "stop": 1257315507
        },
        {
            "start": 1257316897,
            "stop": 1257317518
        },
        {
            "start": 1257317526,
            "stop": 1257319238
        },
        {
            "start": 1257319246,
            "stop": 1257321590
        },
        {
            "start": 1257321598,
            "stop": 1257322190
        },
        {
            "start": 1257322206,
            "stop": 1257325222
        },
        {
            "start": 1257325230,
            "stop": 1257325358
        },
        {
            "start": 1257325374,
            "stop": 1257325382
        },
        {
            "start": 1257327706,
            "stop": 1257335751
        },
        {
            "start": 1257335759,
            "stop": 1257341735
        },
        {
            "start": 1257341743,
            "stop": 1257347415
        },
        {
            "start": 1257347423,
            "stop": 1257348082
        }
    ]
}