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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=213",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 214,
    "results": [
        {
            "start": 931158441,
            "stop": 931158447
        },
        {
            "start": 931158449,
            "stop": 931158451
        },
        {
            "start": 931158452,
            "stop": 931158455
        },
        {
            "start": 931158458,
            "stop": 931158463
        },
        {
            "start": 931158465,
            "stop": 931158472
        },
        {
            "start": 931158473,
            "stop": 931158480
        },
        {
            "start": 931158481,
            "stop": 931158488
        },
        {
            "start": 931158489,
            "stop": 931158490
        },
        {
            "start": 931158491,
            "stop": 931158492
        },
        {
            "start": 931158494,
            "stop": 931158495
        },
        {
            "start": 931158497,
            "stop": 931158505
        },
        {
            "start": 931158508,
            "stop": 931158514
        },
        {
            "start": 931158515,
            "stop": 931158516
        },
        {
            "start": 931158518,
            "stop": 931158519
        },
        {
            "start": 931158520,
            "stop": 931158522
        },
        {
            "start": 931158523,
            "stop": 931158527
        },
        {
            "start": 931158530,
            "stop": 931158532
        },
        {
            "start": 931158533,
            "stop": 931158534
        },
        {
            "start": 931158536,
            "stop": 931158538
        },
        {
            "start": 931158541,
            "stop": 931158552
        }
    ]
}