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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=481",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 482,
    "results": [
        {
            "start": 955843908,
            "stop": 955848906
        },
        {
            "start": 955852055,
            "stop": 955862603
        },
        {
            "start": 955864486,
            "stop": 955864888
        },
        {
            "start": 955866456,
            "stop": 955869935
        },
        {
            "start": 955871613,
            "stop": 955888993
        },
        {
            "start": 955890297,
            "stop": 955901746
        },
        {
            "start": 955901749,
            "stop": 955902865
        },
        {
            "start": 955922991,
            "stop": 955924048
        },
        {
            "start": 955925355,
            "stop": 955928024
        },
        {
            "start": 955937585,
            "stop": 955937703
        },
        {
            "start": 955937770,
            "stop": 955941834
        },
        {
            "start": 955941837,
            "stop": 955942069
        },
        {
            "start": 955942072,
            "stop": 955949073
        },
        {
            "start": 955951806,
            "stop": 955964183
        },
        {
            "start": 955964186,
            "stop": 955965878
        },
        {
            "start": 955969182,
            "stop": 955978564
        },
        {
            "start": 955998428,
            "stop": 956004624
        },
        {
            "start": 956004627,
            "stop": 956008512
        },
        {
            "start": 956008516,
            "stop": 956014065
        },
        {
            "start": 956014176,
            "stop": 956014659
        }
    ]
}