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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29334",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29332",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29333,
    "results": [
        {
            "start": 971244483,
            "stop": 971244485
        },
        {
            "start": 971244486,
            "stop": 971244492
        },
        {
            "start": 971244496,
            "stop": 971244497
        },
        {
            "start": 971244500,
            "stop": 971244513
        },
        {
            "start": 971244516,
            "stop": 971244520
        },
        {
            "start": 971244521,
            "stop": 971244538
        },
        {
            "start": 971244541,
            "stop": 971244549
        },
        {
            "start": 971244551,
            "stop": 971244560
        },
        {
            "start": 971244562,
            "stop": 971244571
        },
        {
            "start": 971244572,
            "stop": 971244584
        },
        {
            "start": 971244585,
            "stop": 971244619
        },
        {
            "start": 971244621,
            "stop": 971244634
        },
        {
            "start": 971244635,
            "stop": 971244645
        },
        {
            "start": 971244648,
            "stop": 971244649
        },
        {
            "start": 971244651,
            "stop": 971244657
        },
        {
            "start": 971244659,
            "stop": 971244667
        },
        {
            "start": 971244669,
            "stop": 971244691
        },
        {
            "start": 971244693,
            "stop": 971244704
        },
        {
            "start": 971244706,
            "stop": 971244729
        },
        {
            "start": 971244731,
            "stop": 971244753
        }
    ]
}