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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7020",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7021,
    "results": [
        {
            "start": 873807030,
            "stop": 873807032
        },
        {
            "start": 873807033,
            "stop": 873807035
        },
        {
            "start": 873807037,
            "stop": 873807038
        },
        {
            "start": 873807040,
            "stop": 873807042
        },
        {
            "start": 873807043,
            "stop": 873807071
        },
        {
            "start": 873807073,
            "stop": 873807256
        },
        {
            "start": 873807258,
            "stop": 873807328
        },
        {
            "start": 873807330,
            "stop": 873807356
        },
        {
            "start": 873807358,
            "stop": 873807545
        },
        {
            "start": 873807546,
            "stop": 873807577
        },
        {
            "start": 873807578,
            "stop": 873807778
        },
        {
            "start": 873807779,
            "stop": 873807900
        },
        {
            "start": 873807902,
            "stop": 873808103
        },
        {
            "start": 873808104,
            "stop": 873808338
        },
        {
            "start": 873808340,
            "stop": 873808453
        },
        {
            "start": 873808454,
            "stop": 873808741
        },
        {
            "start": 873808743,
            "stop": 873808993
        },
        {
            "start": 873808994,
            "stop": 873809480
        },
        {
            "start": 873809481,
            "stop": 873809515
        },
        {
            "start": 873809516,
            "stop": 873809691
        }
    ]
}