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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46655",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46653",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46654,
    "results": [
        {
            "start": 875032617,
            "stop": 875032627
        },
        {
            "start": 875032628,
            "stop": 875032643
        },
        {
            "start": 875032644,
            "stop": 875032646
        },
        {
            "start": 875032647,
            "stop": 875032652
        },
        {
            "start": 875032653,
            "stop": 875032681
        },
        {
            "start": 875032683,
            "stop": 875032684
        },
        {
            "start": 875032685,
            "stop": 875032704
        },
        {
            "start": 875032706,
            "stop": 875032741
        },
        {
            "start": 875032743,
            "stop": 875032765
        },
        {
            "start": 875032766,
            "stop": 875032776
        },
        {
            "start": 875032777,
            "stop": 875032787
        },
        {
            "start": 875032788,
            "stop": 875032804
        },
        {
            "start": 875032805,
            "stop": 875032818
        },
        {
            "start": 875032819,
            "stop": 875032824
        },
        {
            "start": 875032825,
            "stop": 875032912
        },
        {
            "start": 875032913,
            "stop": 875032933
        },
        {
            "start": 875032935,
            "stop": 875032959
        },
        {
            "start": 875032960,
            "stop": 875032997
        },
        {
            "start": 875032998,
            "stop": 875033011
        },
        {
            "start": 875033013,
            "stop": 875033036
        }
    ]
}