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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=224",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 225,
    "results": [
        {
            "start": 1240109745,
            "stop": 1240109783
        },
        {
            "start": 1240109784,
            "stop": 1240109785
        },
        {
            "start": 1240109786,
            "stop": 1240109830
        },
        {
            "start": 1240109831,
            "stop": 1240109832
        },
        {
            "start": 1240109833,
            "stop": 1240109839
        },
        {
            "start": 1240109841,
            "stop": 1240109957
        },
        {
            "start": 1240109958,
            "stop": 1240109960
        },
        {
            "start": 1240109961,
            "stop": 1240109982
        },
        {
            "start": 1240109983,
            "stop": 1240109987
        },
        {
            "start": 1240109988,
            "stop": 1240110008
        },
        {
            "start": 1240110009,
            "stop": 1240110010
        },
        {
            "start": 1240110011,
            "stop": 1240110051
        },
        {
            "start": 1240110053,
            "stop": 1240110143
        },
        {
            "start": 1240110144,
            "stop": 1240110146
        },
        {
            "start": 1240110147,
            "stop": 1240110160
        },
        {
            "start": 1240110163,
            "stop": 1240110245
        },
        {
            "start": 1240110246,
            "stop": 1240110249
        },
        {
            "start": 1240110250,
            "stop": 1240110278
        },
        {
            "start": 1240110279,
            "stop": 1240110343
        },
        {
            "start": 1240110345,
            "stop": 1240110529
        }
    ]
}