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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=86",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 87,
    "results": [
        {
            "start": 1238978911,
            "stop": 1238979160
        },
        {
            "start": 1238979163,
            "stop": 1238979204
        },
        {
            "start": 1238981086,
            "stop": 1238981268
        },
        {
            "start": 1238981271,
            "stop": 1238981276
        },
        {
            "start": 1238981277,
            "stop": 1238981293
        },
        {
            "start": 1238981295,
            "stop": 1238981349
        },
        {
            "start": 1238981350,
            "stop": 1238981632
        },
        {
            "start": 1238981634,
            "stop": 1238981886
        },
        {
            "start": 1238981889,
            "stop": 1238982040
        },
        {
            "start": 1238982041,
            "stop": 1238982073
        },
        {
            "start": 1238982076,
            "stop": 1238982690
        },
        {
            "start": 1238982691,
            "stop": 1238982940
        },
        {
            "start": 1238982942,
            "stop": 1238983021
        },
        {
            "start": 1238983024,
            "stop": 1238983161
        },
        {
            "start": 1238983164,
            "stop": 1238983166
        },
        {
            "start": 1238983167,
            "stop": 1238983197
        },
        {
            "start": 1238983198,
            "stop": 1238984036
        },
        {
            "start": 1238984039,
            "stop": 1238985175
        },
        {
            "start": 1238985177,
            "stop": 1238985453
        },
        {
            "start": 1238985454,
            "stop": 1238985456
        }
    ]
}