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_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_BURST_CAT2/segments?format=api&page=483",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=481",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 482,
    "results": [
        {
            "start": 955786173,
            "stop": 955790468
        },
        {
            "start": 955794865,
            "stop": 955795059
        },
        {
            "start": 955795252,
            "stop": 955795976
        },
        {
            "start": 955797581,
            "stop": 955798960
        },
        {
            "start": 955800352,
            "stop": 955810922
        },
        {
            "start": 955843908,
            "stop": 955848906
        },
        {
            "start": 955852055,
            "stop": 955862588
        },
        {
            "start": 955864486,
            "stop": 955864873
        },
        {
            "start": 955866456,
            "stop": 955869920
        },
        {
            "start": 955871613,
            "stop": 955888978
        },
        {
            "start": 955890297,
            "stop": 955901746
        },
        {
            "start": 955901747,
            "stop": 955902865
        },
        {
            "start": 955922991,
            "stop": 955924033
        },
        {
            "start": 955925355,
            "stop": 955928009
        },
        {
            "start": 955937585,
            "stop": 955937703
        },
        {
            "start": 955937770,
            "stop": 955941834
        },
        {
            "start": 955941835,
            "stop": 955942069
        },
        {
            "start": 955942070,
            "stop": 955949058
        },
        {
            "start": 955951806,
            "stop": 955964183
        },
        {
            "start": 955964186,
            "stop": 955965863
        }
    ]
}