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=40883
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=40884",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40882",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40883,
    "results": [
        {
            "start": 875068007,
            "stop": 875068014
        },
        {
            "start": 875068015,
            "stop": 875068019
        },
        {
            "start": 875068140,
            "stop": 875068166
        },
        {
            "start": 875068167,
            "stop": 875068218
        },
        {
            "start": 875068219,
            "stop": 875068242
        },
        {
            "start": 875068243,
            "stop": 875068265
        },
        {
            "start": 875068266,
            "stop": 875068297
        },
        {
            "start": 875068298,
            "stop": 875068382
        },
        {
            "start": 875068383,
            "stop": 875068385
        },
        {
            "start": 875068386,
            "stop": 875068531
        },
        {
            "start": 875068532,
            "stop": 875068533
        },
        {
            "start": 875068535,
            "stop": 875068631
        },
        {
            "start": 875068632,
            "stop": 875068649
        },
        {
            "start": 875068651,
            "stop": 875068658
        },
        {
            "start": 875068660,
            "stop": 875068716
        },
        {
            "start": 875068717,
            "stop": 875068744
        },
        {
            "start": 875068745,
            "stop": 875068761
        },
        {
            "start": 875068762,
            "stop": 875068820
        },
        {
            "start": 875068821,
            "stop": 875068829
        },
        {
            "start": 875068830,
            "stop": 875068835
        }
    ]
}