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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 7,
    "results": [
        {
            "start": 931088597,
            "stop": 931088678
        },
        {
            "start": 931088679,
            "stop": 931088978
        },
        {
            "start": 931088982,
            "stop": 931088986
        },
        {
            "start": 931088988,
            "stop": 931089001
        },
        {
            "start": 931089002,
            "stop": 931089016
        },
        {
            "start": 931089017,
            "stop": 931089044
        },
        {
            "start": 931089045,
            "stop": 931089216
        },
        {
            "start": 931089217,
            "stop": 931089265
        },
        {
            "start": 931089266,
            "stop": 931089284
        },
        {
            "start": 931089285,
            "stop": 931089468
        },
        {
            "start": 931089469,
            "stop": 931089615
        },
        {
            "start": 931089975,
            "stop": 931090083
        },
        {
            "start": 931090084,
            "stop": 931090141
        },
        {
            "start": 931090142,
            "stop": 931090285
        },
        {
            "start": 931090286,
            "stop": 931090320
        },
        {
            "start": 931090321,
            "stop": 931090370
        },
        {
            "start": 931091956,
            "stop": 931091963
        },
        {
            "start": 931091966,
            "stop": 931091967
        },
        {
            "start": 931091971,
            "stop": 931091972
        },
        {
            "start": 931091974,
            "stop": 931091981
        }
    ]
}