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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=485",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=483",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 484,
    "results": [
        {
            "start": 821792217,
            "stop": 821792260
        },
        {
            "start": 821792263,
            "stop": 821792419
        },
        {
            "start": 821792422,
            "stop": 821792425
        },
        {
            "start": 821792428,
            "stop": 821792465
        },
        {
            "start": 821792468,
            "stop": 821792589
        },
        {
            "start": 821792592,
            "stop": 821792634
        },
        {
            "start": 821792637,
            "stop": 821792648
        },
        {
            "start": 821792651,
            "stop": 821792661
        },
        {
            "start": 821792664,
            "stop": 821792675
        },
        {
            "start": 821792678,
            "stop": 821792709
        },
        {
            "start": 821792712,
            "stop": 821794195
        },
        {
            "start": 821794196,
            "stop": 821796445
        },
        {
            "start": 821796448,
            "stop": 821796476
        },
        {
            "start": 821796479,
            "stop": 821796984
        },
        {
            "start": 821796987,
            "stop": 821797028
        },
        {
            "start": 821797428,
            "stop": 821797510
        },
        {
            "start": 821797513,
            "stop": 821797806
        },
        {
            "start": 821797809,
            "stop": 821797838
        },
        {
            "start": 821797841,
            "stop": 821798760
        },
        {
            "start": 821799388,
            "stop": 821799398
        }
    ]
}