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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=406",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 407,
    "results": [
        {
            "start": 1264361970,
            "stop": 1264361984
        },
        {
            "start": 1264361986,
            "stop": 1264362001
        },
        {
            "start": 1264362005,
            "stop": 1264362471
        },
        {
            "start": 1264362474,
            "stop": 1264362480
        },
        {
            "start": 1264362482,
            "stop": 1264362615
        },
        {
            "start": 1264362617,
            "stop": 1264362750
        },
        {
            "start": 1264362752,
            "stop": 1264362764
        },
        {
            "start": 1264362766,
            "stop": 1264362885
        },
        {
            "start": 1264362888,
            "stop": 1264363645
        },
        {
            "start": 1264363647,
            "stop": 1264364037
        },
        {
            "start": 1264364039,
            "stop": 1264364143
        },
        {
            "start": 1264364145,
            "stop": 1264364194
        },
        {
            "start": 1264364197,
            "stop": 1264364514
        },
        {
            "start": 1264364515,
            "stop": 1264364516
        },
        {
            "start": 1264364517,
            "stop": 1264364704
        },
        {
            "start": 1264364706,
            "stop": 1264364895
        },
        {
            "start": 1264364897,
            "stop": 1264364901
        },
        {
            "start": 1264364906,
            "stop": 1264365560
        },
        {
            "start": 1264365563,
            "stop": 1264365568
        },
        {
            "start": 1264365570,
            "stop": 1264365898
        }
    ]
}