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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=173",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 174,
    "results": [
        {
            "start": 820477169,
            "stop": 820477194
        },
        {
            "start": 820477197,
            "stop": 820477200
        },
        {
            "start": 820477203,
            "stop": 820477261
        },
        {
            "start": 820477264,
            "stop": 820477376
        },
        {
            "start": 820477379,
            "stop": 820477579
        },
        {
            "start": 820477582,
            "stop": 820477884
        },
        {
            "start": 820477887,
            "stop": 820477984
        },
        {
            "start": 820477988,
            "stop": 820478360
        },
        {
            "start": 820478363,
            "stop": 820478420
        },
        {
            "start": 820478423,
            "stop": 820478764
        },
        {
            "start": 820478767,
            "stop": 820478857
        },
        {
            "start": 820478861,
            "stop": 820479456
        },
        {
            "start": 820479459,
            "stop": 820479472
        },
        {
            "start": 820480322,
            "stop": 820480378
        },
        {
            "start": 820480383,
            "stop": 820480831
        },
        {
            "start": 820480834,
            "stop": 820481413
        },
        {
            "start": 820481564,
            "stop": 820481679
        },
        {
            "start": 820481682,
            "stop": 820481866
        },
        {
            "start": 820481869,
            "stop": 820481921
        },
        {
            "start": 820481924,
            "stop": 820482011
        }
    ]
}