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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=719",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=717",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 718,
    "results": [
        {
            "start": 1248988380,
            "stop": 1248988449
        },
        {
            "start": 1248988450,
            "stop": 1248988507
        },
        {
            "start": 1248988508,
            "stop": 1248988524
        },
        {
            "start": 1248988525,
            "stop": 1248988604
        },
        {
            "start": 1248988605,
            "stop": 1248988611
        },
        {
            "start": 1248988612,
            "stop": 1248988658
        },
        {
            "start": 1248988659,
            "stop": 1248988676
        },
        {
            "start": 1248988677,
            "stop": 1248988732
        },
        {
            "start": 1248988733,
            "stop": 1248988828
        },
        {
            "start": 1248988831,
            "stop": 1248988845
        },
        {
            "start": 1248988847,
            "stop": 1248988903
        },
        {
            "start": 1248988904,
            "stop": 1248988910
        },
        {
            "start": 1248988911,
            "stop": 1248988939
        },
        {
            "start": 1248988942,
            "stop": 1248989015
        },
        {
            "start": 1248989017,
            "stop": 1248989042
        },
        {
            "start": 1248989043,
            "stop": 1248989053
        },
        {
            "start": 1248989054,
            "stop": 1248989060
        },
        {
            "start": 1248989061,
            "stop": 1248989065
        },
        {
            "start": 1248989066,
            "stop": 1248989076
        },
        {
            "start": 1248989077,
            "stop": 1248989078
        }
    ]
}