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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2918",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2919,
    "results": [
        {
            "start": 858583440,
            "stop": 858594179
        },
        {
            "start": 858595354,
            "stop": 858603960
        },
        {
            "start": 858604020,
            "stop": 858604780
        },
        {
            "start": 858604785,
            "stop": 858605520
        },
        {
            "start": 858605580,
            "stop": 858607481
        },
        {
            "start": 858609212,
            "stop": 858609360
        },
        {
            "start": 858609420,
            "stop": 858610020
        },
        {
            "start": 858610080,
            "stop": 858613380
        },
        {
            "start": 858613440,
            "stop": 858615765
        },
        {
            "start": 858615770,
            "stop": 858615931
        },
        {
            "start": 858615937,
            "stop": 858617160
        },
        {
            "start": 858617165,
            "stop": 858617417
        },
        {
            "start": 858619710,
            "stop": 858620095
        },
        {
            "start": 858621523,
            "stop": 858622350
        },
        {
            "start": 858622440,
            "stop": 858623520
        },
        {
            "start": 858623580,
            "stop": 858625227
        },
        {
            "start": 858625230,
            "stop": 858626160
        },
        {
            "start": 858626220,
            "stop": 858626366
        },
        {
            "start": 858627585,
            "stop": 858628680
        },
        {
            "start": 858628740,
            "stop": 858631740
        }
    ]
}