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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=64",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 65,
    "results": [
        {
            "start": 1257461363,
            "stop": 1257461375
        },
        {
            "start": 1257461378,
            "stop": 1257461739
        },
        {
            "start": 1257461742,
            "stop": 1257461863
        },
        {
            "start": 1257461866,
            "stop": 1257462077
        },
        {
            "start": 1257462078,
            "stop": 1257462128
        },
        {
            "start": 1257462130,
            "stop": 1257462138
        },
        {
            "start": 1257462139,
            "stop": 1257462171
        },
        {
            "start": 1257462174,
            "stop": 1257462340
        },
        {
            "start": 1257462343,
            "stop": 1257462347
        },
        {
            "start": 1257462350,
            "stop": 1257462419
        },
        {
            "start": 1257462420,
            "stop": 1257462422
        },
        {
            "start": 1257462423,
            "stop": 1257462425
        },
        {
            "start": 1257462428,
            "stop": 1257462429
        },
        {
            "start": 1257462431,
            "stop": 1257462433
        },
        {
            "start": 1257462435,
            "stop": 1257462441
        },
        {
            "start": 1257462444,
            "stop": 1257462525
        },
        {
            "start": 1257462526,
            "stop": 1257462528
        },
        {
            "start": 1257462529,
            "stop": 1257462530
        },
        {
            "start": 1257462532,
            "stop": 1257462533
        },
        {
            "start": 1257462536,
            "stop": 1257462537
        }
    ]
}