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=40786
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=40787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40785",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40786,
    "results": [
        {
            "start": 875000745,
            "stop": 875000779
        },
        {
            "start": 875000781,
            "stop": 875000864
        },
        {
            "start": 875000865,
            "stop": 875000920
        },
        {
            "start": 875000921,
            "stop": 875000940
        },
        {
            "start": 875000941,
            "stop": 875001052
        },
        {
            "start": 875001053,
            "stop": 875001057
        },
        {
            "start": 875001058,
            "stop": 875001094
        },
        {
            "start": 875001096,
            "stop": 875001126
        },
        {
            "start": 875001127,
            "stop": 875001156
        },
        {
            "start": 875001157,
            "stop": 875001190
        },
        {
            "start": 875001191,
            "stop": 875001209
        },
        {
            "start": 875001210,
            "stop": 875001217
        },
        {
            "start": 875001219,
            "stop": 875001236
        },
        {
            "start": 875001237,
            "stop": 875001252
        },
        {
            "start": 875001253,
            "stop": 875001268
        },
        {
            "start": 875001270,
            "stop": 875001271
        },
        {
            "start": 875001272,
            "stop": 875001275
        },
        {
            "start": 875001277,
            "stop": 875001287
        },
        {
            "start": 875001288,
            "stop": 875001330
        },
        {
            "start": 875001331,
            "stop": 875001383
        }
    ]
}