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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=271",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 272,
    "results": [
        {
            "start": 1264623833,
            "stop": 1264623835
        },
        {
            "start": 1264623837,
            "stop": 1264623838
        },
        {
            "start": 1264623842,
            "stop": 1264623854
        },
        {
            "start": 1264623857,
            "stop": 1264623858
        },
        {
            "start": 1264623859,
            "stop": 1264623860
        },
        {
            "start": 1264623862,
            "stop": 1264623865
        },
        {
            "start": 1264623866,
            "stop": 1264623870
        },
        {
            "start": 1264623871,
            "stop": 1264623890
        },
        {
            "start": 1264623892,
            "stop": 1264624034
        },
        {
            "start": 1264624035,
            "stop": 1264624036
        },
        {
            "start": 1264624038,
            "stop": 1264624654
        },
        {
            "start": 1264624658,
            "stop": 1264624695
        },
        {
            "start": 1264624698,
            "stop": 1264624706
        },
        {
            "start": 1264624707,
            "stop": 1264624722
        },
        {
            "start": 1264624725,
            "stop": 1264624726
        },
        {
            "start": 1264624728,
            "stop": 1264624729
        },
        {
            "start": 1264624730,
            "stop": 1264624732
        },
        {
            "start": 1264624733,
            "stop": 1264624762
        },
        {
            "start": 1264624767,
            "stop": 1264625022
        },
        {
            "start": 1264625023,
            "stop": 1264626634
        }
    ]
}