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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 99,
    "results": [
        {
            "start": 1257822907,
            "stop": 1257823169
        },
        {
            "start": 1257823172,
            "stop": 1257823290
        },
        {
            "start": 1257823293,
            "stop": 1257823311
        },
        {
            "start": 1257823314,
            "stop": 1257823360
        },
        {
            "start": 1257823363,
            "stop": 1257823504
        },
        {
            "start": 1257823507,
            "stop": 1257823634
        },
        {
            "start": 1257823637,
            "stop": 1257823735
        },
        {
            "start": 1257823738,
            "stop": 1257823747
        },
        {
            "start": 1257823749,
            "stop": 1257823771
        },
        {
            "start": 1257823774,
            "stop": 1257823863
        },
        {
            "start": 1257823866,
            "stop": 1257823969
        },
        {
            "start": 1257823972,
            "stop": 1257824139
        },
        {
            "start": 1257824142,
            "stop": 1257824206
        },
        {
            "start": 1257824209,
            "stop": 1257824214
        },
        {
            "start": 1257824217,
            "stop": 1257824247
        },
        {
            "start": 1257824250,
            "stop": 1257824313
        },
        {
            "start": 1257824319,
            "stop": 1257824417
        },
        {
            "start": 1257824420,
            "stop": 1257824538
        },
        {
            "start": 1257824541,
            "stop": 1257824819
        },
        {
            "start": 1257824822,
            "stop": 1257824851
        }
    ]
}