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=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_CAT3H/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=225",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 226,
    "results": [
        {
            "start": 931161489,
            "stop": 931161490
        },
        {
            "start": 931161491,
            "stop": 931161493
        },
        {
            "start": 931161494,
            "stop": 931161498
        },
        {
            "start": 931161499,
            "stop": 931161516
        },
        {
            "start": 931161519,
            "stop": 931161522
        },
        {
            "start": 931161523,
            "stop": 931161525
        },
        {
            "start": 931161526,
            "stop": 931161531
        },
        {
            "start": 931161532,
            "stop": 931161536
        },
        {
            "start": 931161538,
            "stop": 931161541
        },
        {
            "start": 931161543,
            "stop": 931161545
        },
        {
            "start": 931161547,
            "stop": 931161568
        },
        {
            "start": 931161570,
            "stop": 931161573
        },
        {
            "start": 931161574,
            "stop": 931161576
        },
        {
            "start": 931161577,
            "stop": 931161580
        },
        {
            "start": 931161581,
            "stop": 931161582
        },
        {
            "start": 931161586,
            "stop": 931161592
        },
        {
            "start": 931161593,
            "stop": 931161597
        },
        {
            "start": 931161598,
            "stop": 931161602
        },
        {
            "start": 931161603,
            "stop": 931161605
        },
        {
            "start": 931161606,
            "stop": 931161612
        }
    ]
}