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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=193",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 194,
    "results": [
        {
            "start": 931151522,
            "stop": 931151523
        },
        {
            "start": 931151525,
            "stop": 931151529
        },
        {
            "start": 931151530,
            "stop": 931151533
        },
        {
            "start": 931151534,
            "stop": 931151536
        },
        {
            "start": 931151539,
            "stop": 931151544
        },
        {
            "start": 931151546,
            "stop": 931151547
        },
        {
            "start": 931151549,
            "stop": 931151550
        },
        {
            "start": 931151551,
            "stop": 931151554
        },
        {
            "start": 931151555,
            "stop": 931151558
        },
        {
            "start": 931151559,
            "stop": 931151560
        },
        {
            "start": 931151561,
            "stop": 931151562
        },
        {
            "start": 931151565,
            "stop": 931151568
        },
        {
            "start": 931151569,
            "stop": 931151584
        },
        {
            "start": 931151585,
            "stop": 931151587
        },
        {
            "start": 931151589,
            "stop": 931151591
        },
        {
            "start": 931151592,
            "stop": 931151594
        },
        {
            "start": 931151599,
            "stop": 931151600
        },
        {
            "start": 931151601,
            "stop": 931151606
        },
        {
            "start": 931151608,
            "stop": 931151609
        },
        {
            "start": 931151611,
            "stop": 931151613
        }
    ]
}