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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=75",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 76,
    "results": [
        {
            "start": 1257518922,
            "stop": 1257520144
        },
        {
            "start": 1257520147,
            "stop": 1257520401
        },
        {
            "start": 1257520402,
            "stop": 1257520404
        },
        {
            "start": 1257520411,
            "stop": 1257520415
        },
        {
            "start": 1257520419,
            "stop": 1257520420
        },
        {
            "start": 1257520430,
            "stop": 1257520532
        },
        {
            "start": 1257520533,
            "stop": 1257520566
        },
        {
            "start": 1257520568,
            "stop": 1257520603
        },
        {
            "start": 1257520604,
            "stop": 1257520605
        },
        {
            "start": 1257520606,
            "stop": 1257520909
        },
        {
            "start": 1257520912,
            "stop": 1257521410
        },
        {
            "start": 1257521413,
            "stop": 1257521841
        },
        {
            "start": 1257521849,
            "stop": 1257521943
        },
        {
            "start": 1257521946,
            "stop": 1257522448
        },
        {
            "start": 1257522451,
            "stop": 1257522841
        },
        {
            "start": 1257522842,
            "stop": 1257523149
        },
        {
            "start": 1257523151,
            "stop": 1257523281
        },
        {
            "start": 1257523283,
            "stop": 1257524360
        },
        {
            "start": 1257524363,
            "stop": 1257524437
        },
        {
            "start": 1257524440,
            "stop": 1257524557
        }
    ]
}