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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 48,
    "results": [
        {
            "start": 1401860317,
            "stop": 1401865874
        },
        {
            "start": 1401865879,
            "stop": 1401868698
        },
        {
            "start": 1401868702,
            "stop": 1401879199
        },
        {
            "start": 1401879203,
            "stop": 1401879552
        },
        {
            "start": 1401879555,
            "stop": 1401879813
        },
        {
            "start": 1401879818,
            "stop": 1401887274
        },
        {
            "start": 1401887276,
            "stop": 1401889757
        },
        {
            "start": 1401889761,
            "stop": 1401896360
        },
        {
            "start": 1401896363,
            "stop": 1401901208
        },
        {
            "start": 1401901211,
            "stop": 1401902164
        },
        {
            "start": 1401902491,
            "stop": 1401903772
        },
        {
            "start": 1401903775,
            "stop": 1401907405
        },
        {
            "start": 1401907410,
            "stop": 1401921127
        },
        {
            "start": 1401921130,
            "stop": 1401927393
        },
        {
            "start": 1401927398,
            "stop": 1401930716
        },
        {
            "start": 1401930719,
            "stop": 1401948517
        },
        {
            "start": 1401948522,
            "stop": 1401949516
        },
        {
            "start": 1401949519,
            "stop": 1401953704
        },
        {
            "start": 1401953709,
            "stop": 1401955019
        },
        {
            "start": 1401955023,
            "stop": 1401958141
        }
    ]
}