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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=78",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 79,
    "results": [
        {
            "start": 824418067,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824453972
        },
        {
            "start": 824455711,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494633
        },
        {
            "start": 824494828,
            "stop": 824494943
        },
        {
            "start": 824495735,
            "stop": 824499913
        },
        {
            "start": 824499951,
            "stop": 824499952
        },
        {
            "start": 824500072,
            "stop": 824501041
        },
        {
            "start": 824501364,
            "stop": 824501786
        },
        {
            "start": 824505283,
            "stop": 824510753
        },
        {
            "start": 824510754,
            "stop": 824510786
        },
        {
            "start": 824510788,
            "stop": 824510825
        },
        {
            "start": 824510827,
            "stop": 824510834
        },
        {
            "start": 824510836,
            "stop": 824510837
        },
        {
            "start": 824510839,
            "stop": 824510859
        },
        {
            "start": 824510860,
            "stop": 824510863
        },
        {
            "start": 824510864,
            "stop": 824510918
        },
        {
            "start": 824510919,
            "stop": 824510923
        },
        {
            "start": 824510925,
            "stop": 824510926
        },
        {
            "start": 824510928,
            "stop": 824510933
        }
    ]
}