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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1657",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1655",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1656,
    "results": [
        {
            "start": 1248283455,
            "stop": 1248283459
        },
        {
            "start": 1248283460,
            "stop": 1248283464
        },
        {
            "start": 1248283465,
            "stop": 1248283466
        },
        {
            "start": 1248283467,
            "stop": 1248283482
        },
        {
            "start": 1248283483,
            "stop": 1248283485
        },
        {
            "start": 1248283514,
            "stop": 1248283546
        },
        {
            "start": 1248283547,
            "stop": 1248283966
        },
        {
            "start": 1248283969,
            "stop": 1248285022
        },
        {
            "start": 1248285025,
            "stop": 1248289544
        },
        {
            "start": 1248289547,
            "stop": 1248290730
        },
        {
            "start": 1248290733,
            "stop": 1248291694
        },
        {
            "start": 1248291697,
            "stop": 1248292266
        },
        {
            "start": 1248292267,
            "stop": 1248292295
        },
        {
            "start": 1248292298,
            "stop": 1248292599
        },
        {
            "start": 1248292601,
            "stop": 1248292606
        },
        {
            "start": 1248292608,
            "stop": 1248293660
        },
        {
            "start": 1248301517,
            "stop": 1248301872
        },
        {
            "start": 1248301875,
            "stop": 1248301879
        },
        {
            "start": 1248301880,
            "stop": 1248302502
        },
        {
            "start": 1248302504,
            "stop": 1248302851
        }
    ]
}