Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=237",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 238,
    "results": [
        {
            "start": 1259290973,
            "stop": 1259291028
        },
        {
            "start": 1259291031,
            "stop": 1259291251
        },
        {
            "start": 1259291254,
            "stop": 1259291321
        },
        {
            "start": 1259291324,
            "stop": 1259291335
        },
        {
            "start": 1259291338,
            "stop": 1259291362
        },
        {
            "start": 1259291371,
            "stop": 1259291375
        },
        {
            "start": 1259291378,
            "stop": 1259291390
        },
        {
            "start": 1259291396,
            "stop": 1259291580
        },
        {
            "start": 1259291583,
            "stop": 1259291602
        },
        {
            "start": 1259291605,
            "stop": 1259291627
        },
        {
            "start": 1259291630,
            "stop": 1259291765
        },
        {
            "start": 1259291771,
            "stop": 1259291835
        },
        {
            "start": 1259291841,
            "stop": 1259292032
        },
        {
            "start": 1259292035,
            "stop": 1259292069
        },
        {
            "start": 1259292072,
            "stop": 1259292212
        },
        {
            "start": 1259292215,
            "stop": 1259292260
        },
        {
            "start": 1259292263,
            "stop": 1259292272
        },
        {
            "start": 1259292275,
            "stop": 1259292353
        },
        {
            "start": 1259292356,
            "stop": 1259292412
        },
        {
            "start": 1259292415,
            "stop": 1259292425
        }
    ]
}