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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 58,
    "results": [
        {
            "start": 1372353401,
            "stop": 1372373998
        },
        {
            "start": 1372374001,
            "stop": 1372374388
        },
        {
            "start": 1372384690,
            "stop": 1372384721
        },
        {
            "start": 1372394474,
            "stop": 1372394952
        },
        {
            "start": 1372394957,
            "stop": 1372395640
        },
        {
            "start": 1372395645,
            "stop": 1372398755
        },
        {
            "start": 1372398758,
            "stop": 1372406980
        },
        {
            "start": 1372406985,
            "stop": 1372414234
        },
        {
            "start": 1372414239,
            "stop": 1372440422
        },
        {
            "start": 1372440427,
            "stop": 1372441882
        },
        {
            "start": 1372441885,
            "stop": 1372442183
        },
        {
            "start": 1372442188,
            "stop": 1372444128
        },
        {
            "start": 1372444133,
            "stop": 1372445492
        },
        {
            "start": 1372445497,
            "stop": 1372456109
        },
        {
            "start": 1372465579,
            "stop": 1372465977
        },
        {
            "start": 1372465982,
            "stop": 1372478323
        },
        {
            "start": 1372478328,
            "stop": 1372478537
        },
        {
            "start": 1372487939,
            "stop": 1372491602
        },
        {
            "start": 1372491607,
            "stop": 1372493529
        },
        {
            "start": 1372503132,
            "stop": 1372518863
        }
    ]
}