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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=312",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=310",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 311,
    "results": [
        {
            "start": 931737025,
            "stop": 931737029
        },
        {
            "start": 931737030,
            "stop": 931737034
        },
        {
            "start": 931737036,
            "stop": 931737037
        },
        {
            "start": 931737039,
            "stop": 931737096
        },
        {
            "start": 931737097,
            "stop": 931737321
        },
        {
            "start": 931737322,
            "stop": 931737361
        },
        {
            "start": 931737363,
            "stop": 931737417
        },
        {
            "start": 931737419,
            "stop": 931737445
        },
        {
            "start": 931737447,
            "stop": 931737518
        },
        {
            "start": 931737520,
            "stop": 931737522
        },
        {
            "start": 931737524,
            "stop": 931737539
        },
        {
            "start": 931737541,
            "stop": 931737543
        },
        {
            "start": 931737545,
            "stop": 931737548
        },
        {
            "start": 931737550,
            "stop": 931737562
        },
        {
            "start": 931737564,
            "stop": 931737565
        },
        {
            "start": 931737567,
            "stop": 931737572
        },
        {
            "start": 931737574,
            "stop": 931737602
        },
        {
            "start": 931737607,
            "stop": 931737611
        },
        {
            "start": 931737975,
            "stop": 931738138
        },
        {
            "start": 931738140,
            "stop": 931738150
        }
    ]
}