Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33324
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=33325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33323",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33324,
    "results": [
        {
            "start": 971027392,
            "stop": 971027407
        },
        {
            "start": 971027408,
            "stop": 971027430
        },
        {
            "start": 971027431,
            "stop": 971027452
        },
        {
            "start": 971027453,
            "stop": 971027464
        },
        {
            "start": 971027467,
            "stop": 971027529
        },
        {
            "start": 971027530,
            "stop": 971027536
        },
        {
            "start": 971027716,
            "stop": 971027756
        },
        {
            "start": 971027757,
            "stop": 971027809
        },
        {
            "start": 971027810,
            "stop": 971027885
        },
        {
            "start": 971027888,
            "stop": 971027931
        },
        {
            "start": 971027935,
            "stop": 971027956
        },
        {
            "start": 971028196,
            "stop": 971028198
        },
        {
            "start": 971028199,
            "stop": 971028249
        },
        {
            "start": 971028250,
            "stop": 971028303
        },
        {
            "start": 971028306,
            "stop": 971028312
        },
        {
            "start": 971028313,
            "stop": 971028338
        },
        {
            "start": 971028339,
            "stop": 971028353
        },
        {
            "start": 971028364,
            "stop": 971028383
        },
        {
            "start": 971028384,
            "stop": 971028407
        },
        {
            "start": 971028418,
            "stop": 971028463
        }
    ]
}