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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6352",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6353,
    "results": [
        {
            "start": 873450883,
            "stop": 873450943
        },
        {
            "start": 873450944,
            "stop": 873452227
        },
        {
            "start": 873452228,
            "stop": 873452278
        },
        {
            "start": 873452279,
            "stop": 873452313
        },
        {
            "start": 873452314,
            "stop": 873452394
        },
        {
            "start": 873452395,
            "stop": 873452521
        },
        {
            "start": 873452522,
            "stop": 873452584
        },
        {
            "start": 873452586,
            "stop": 873452700
        },
        {
            "start": 873452701,
            "stop": 873452950
        },
        {
            "start": 873452951,
            "stop": 873452969
        },
        {
            "start": 873452970,
            "stop": 873453161
        },
        {
            "start": 873453162,
            "stop": 873454073
        },
        {
            "start": 873454074,
            "stop": 873454448
        },
        {
            "start": 873454449,
            "stop": 873454517
        },
        {
            "start": 873454518,
            "stop": 873455004
        },
        {
            "start": 873455005,
            "stop": 873455298
        },
        {
            "start": 873455300,
            "stop": 873455753
        },
        {
            "start": 873455755,
            "stop": 873455878
        },
        {
            "start": 873455880,
            "stop": 873456126
        },
        {
            "start": 873456127,
            "stop": 873456621
        }
    ]
}