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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=74",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 75,
    "results": [
        {
            "start": 955768853,
            "stop": 955783117
        },
        {
            "start": 955786084,
            "stop": 955786090
        },
        {
            "start": 955786173,
            "stop": 955790483
        },
        {
            "start": 955794865,
            "stop": 955795059
        },
        {
            "start": 955795252,
            "stop": 955795991
        },
        {
            "start": 955797581,
            "stop": 955798975
        },
        {
            "start": 955800352,
            "stop": 955810922
        },
        {
            "start": 955843908,
            "stop": 955848906
        },
        {
            "start": 955852055,
            "stop": 955862603
        },
        {
            "start": 955864486,
            "stop": 955864888
        },
        {
            "start": 955866456,
            "stop": 955869935
        },
        {
            "start": 955871613,
            "stop": 955888993
        },
        {
            "start": 955890297,
            "stop": 955902865
        },
        {
            "start": 955922991,
            "stop": 955924048
        },
        {
            "start": 955925355,
            "stop": 955928024
        },
        {
            "start": 955937585,
            "stop": 955937703
        },
        {
            "start": 955937770,
            "stop": 955949073
        },
        {
            "start": 955951806,
            "stop": 955965878
        },
        {
            "start": 955969182,
            "stop": 955978564
        },
        {
            "start": 955998428,
            "stop": 956014065
        }
    ]
}