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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=225",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 226,
    "results": [
        {
            "start": 821535774,
            "stop": 821535942
        },
        {
            "start": 821538177,
            "stop": 821538401
        },
        {
            "start": 821538404,
            "stop": 821538613
        },
        {
            "start": 821538623,
            "stop": 821538624
        },
        {
            "start": 821539236,
            "stop": 821539432
        },
        {
            "start": 821539436,
            "stop": 821539491
        },
        {
            "start": 821539494,
            "stop": 821539695
        },
        {
            "start": 821539699,
            "stop": 821540004
        },
        {
            "start": 821540007,
            "stop": 821540416
        },
        {
            "start": 821540419,
            "stop": 821540454
        },
        {
            "start": 821540457,
            "stop": 821540535
        },
        {
            "start": 821540538,
            "stop": 821540594
        },
        {
            "start": 821540597,
            "stop": 821540681
        },
        {
            "start": 821540684,
            "stop": 821540870
        },
        {
            "start": 821540873,
            "stop": 821540970
        },
        {
            "start": 821540973,
            "stop": 821540986
        },
        {
            "start": 821540989,
            "stop": 821541142
        },
        {
            "start": 821541145,
            "stop": 821541336
        },
        {
            "start": 821541340,
            "stop": 821541455
        },
        {
            "start": 821541459,
            "stop": 821541461
        }
    ]
}