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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=183",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 184,
    "results": [
        {
            "start": 1264373551,
            "stop": 1264373571
        },
        {
            "start": 1264373572,
            "stop": 1264373578
        },
        {
            "start": 1264373582,
            "stop": 1264373588
        },
        {
            "start": 1264373590,
            "stop": 1264373597
        },
        {
            "start": 1264373598,
            "stop": 1264373758
        },
        {
            "start": 1264373760,
            "stop": 1264373766
        },
        {
            "start": 1264373768,
            "stop": 1264373774
        },
        {
            "start": 1264373778,
            "stop": 1264373916
        },
        {
            "start": 1264373918,
            "stop": 1264373925
        },
        {
            "start": 1264373928,
            "stop": 1264373943
        },
        {
            "start": 1264373945,
            "stop": 1264373989
        },
        {
            "start": 1264373992,
            "stop": 1264374033
        },
        {
            "start": 1264374036,
            "stop": 1264374117
        },
        {
            "start": 1264374120,
            "stop": 1264374121
        },
        {
            "start": 1264374124,
            "stop": 1264374125
        },
        {
            "start": 1264374128,
            "stop": 1264374144
        },
        {
            "start": 1264374147,
            "stop": 1264374216
        },
        {
            "start": 1264374219,
            "stop": 1264374242
        },
        {
            "start": 1264374243,
            "stop": 1264374304
        },
        {
            "start": 1264374305,
            "stop": 1264374384
        }
    ]
}