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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 363,
    "results": [
        {
            "start": 1241027538,
            "stop": 1241027686
        },
        {
            "start": 1241027689,
            "stop": 1241027902
        },
        {
            "start": 1241027906,
            "stop": 1241029853
        },
        {
            "start": 1241029856,
            "stop": 1241030743
        },
        {
            "start": 1241030747,
            "stop": 1241032699
        },
        {
            "start": 1241032701,
            "stop": 1241033478
        },
        {
            "start": 1241033482,
            "stop": 1241033765
        },
        {
            "start": 1241045475,
            "stop": 1241046544
        },
        {
            "start": 1241046548,
            "stop": 1241048763
        },
        {
            "start": 1241048767,
            "stop": 1241049180
        },
        {
            "start": 1241049184,
            "stop": 1241051190
        },
        {
            "start": 1241051195,
            "stop": 1241055772
        },
        {
            "start": 1241055777,
            "stop": 1241057149
        },
        {
            "start": 1241057153,
            "stop": 1241059867
        },
        {
            "start": 1241059872,
            "stop": 1241064057
        },
        {
            "start": 1241064062,
            "stop": 1241067068
        },
        {
            "start": 1241067070,
            "stop": 1241072901
        },
        {
            "start": 1241072905,
            "stop": 1241075221
        },
        {
            "start": 1241075225,
            "stop": 1241075292
        },
        {
            "start": 1241075297,
            "stop": 1241075301
        }
    ]
}