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=46760
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=46761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46759",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46760,
    "results": [
        {
            "start": 875087907,
            "stop": 875087924
        },
        {
            "start": 875087927,
            "stop": 875087963
        },
        {
            "start": 875087967,
            "stop": 875088018
        },
        {
            "start": 875088019,
            "stop": 875088042
        },
        {
            "start": 875088044,
            "stop": 875088056
        },
        {
            "start": 875088058,
            "stop": 875088064
        },
        {
            "start": 875088065,
            "stop": 875088086
        },
        {
            "start": 875088087,
            "stop": 875088105
        },
        {
            "start": 875088106,
            "stop": 875088107
        },
        {
            "start": 875088108,
            "stop": 875088136
        },
        {
            "start": 875088137,
            "stop": 875088155
        },
        {
            "start": 875088156,
            "stop": 875088189
        },
        {
            "start": 875088190,
            "stop": 875088201
        },
        {
            "start": 875088205,
            "stop": 875088213
        },
        {
            "start": 875088215,
            "stop": 875088256
        },
        {
            "start": 875088257,
            "stop": 875088275
        },
        {
            "start": 875088276,
            "stop": 875088298
        },
        {
            "start": 875088300,
            "stop": 875088355
        },
        {
            "start": 875088356,
            "stop": 875088393
        },
        {
            "start": 875088394,
            "stop": 875088426
        }
    ]
}