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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=118",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 119,
    "results": [
        {
            "start": 1378556644,
            "stop": 1378563755
        },
        {
            "start": 1378564848,
            "stop": 1378565116
        },
        {
            "start": 1378587276,
            "stop": 1378587286
        },
        {
            "start": 1378587291,
            "stop": 1378587566
        },
        {
            "start": 1378587647,
            "stop": 1378588106
        },
        {
            "start": 1378588109,
            "stop": 1378591757
        },
        {
            "start": 1378591762,
            "stop": 1378592718
        },
        {
            "start": 1378592722,
            "stop": 1378593383
        },
        {
            "start": 1378593388,
            "stop": 1378594367
        },
        {
            "start": 1378594372,
            "stop": 1378605480
        },
        {
            "start": 1378605485,
            "stop": 1378607523
        },
        {
            "start": 1378607528,
            "stop": 1378610954
        },
        {
            "start": 1378610959,
            "stop": 1378614603
        },
        {
            "start": 1378614608,
            "stop": 1378614774
        },
        {
            "start": 1378614779,
            "stop": 1378617006
        },
        {
            "start": 1378625960,
            "stop": 1378631046
        },
        {
            "start": 1378631051,
            "stop": 1378647773
        },
        {
            "start": 1378647777,
            "stop": 1378652528
        },
        {
            "start": 1378652533,
            "stop": 1378656416
        },
        {
            "start": 1378656421,
            "stop": 1378657736
        }
    ]
}