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=40578
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=40579",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40577",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40578,
    "results": [
        {
            "start": 874853221,
            "stop": 874853241
        },
        {
            "start": 874853242,
            "stop": 874853261
        },
        {
            "start": 874853263,
            "stop": 874853317
        },
        {
            "start": 874853318,
            "stop": 874853325
        },
        {
            "start": 874853327,
            "stop": 874853329
        },
        {
            "start": 874853331,
            "stop": 874853360
        },
        {
            "start": 874853361,
            "stop": 874853367
        },
        {
            "start": 874853370,
            "stop": 874853376
        },
        {
            "start": 874853377,
            "stop": 874853384
        },
        {
            "start": 874853386,
            "stop": 874853430
        },
        {
            "start": 874853431,
            "stop": 874853529
        },
        {
            "start": 874853530,
            "stop": 874853550
        },
        {
            "start": 874853551,
            "stop": 874853581
        },
        {
            "start": 874853583,
            "stop": 874853684
        },
        {
            "start": 874853686,
            "stop": 874853706
        },
        {
            "start": 874853707,
            "stop": 874853712
        },
        {
            "start": 874853714,
            "stop": 874853717
        },
        {
            "start": 874853718,
            "stop": 874853724
        },
        {
            "start": 874853726,
            "stop": 874853745
        },
        {
            "start": 874853747,
            "stop": 874853752
        }
    ]
}