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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=225",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 226,
    "results": [
        {
            "start": 931537264,
            "stop": 931537266
        },
        {
            "start": 931537268,
            "stop": 931537269
        },
        {
            "start": 931537271,
            "stop": 931537278
        },
        {
            "start": 931537279,
            "stop": 931537302
        },
        {
            "start": 931537303,
            "stop": 931537315
        },
        {
            "start": 931537319,
            "stop": 931537320
        },
        {
            "start": 931537322,
            "stop": 931537325
        },
        {
            "start": 931537329,
            "stop": 931537354
        },
        {
            "start": 931537355,
            "stop": 931537382
        },
        {
            "start": 931537385,
            "stop": 931537401
        },
        {
            "start": 931537404,
            "stop": 931537412
        },
        {
            "start": 931537413,
            "stop": 931537435
        },
        {
            "start": 931537437,
            "stop": 931537451
        },
        {
            "start": 931537453,
            "stop": 931537458
        },
        {
            "start": 931537459,
            "stop": 931537515
        },
        {
            "start": 931537517,
            "stop": 931537518
        },
        {
            "start": 931537521,
            "stop": 931537523
        },
        {
            "start": 931537527,
            "stop": 931537534
        },
        {
            "start": 931537536,
            "stop": 931537542
        },
        {
            "start": 931537544,
            "stop": 931537562
        }
    ]
}