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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=42",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 43,
    "results": [
        {
            "start": 931166295,
            "stop": 931166352
        },
        {
            "start": 931166354,
            "stop": 931166359
        },
        {
            "start": 931166361,
            "stop": 931166367
        },
        {
            "start": 931166369,
            "stop": 931166373
        },
        {
            "start": 931166378,
            "stop": 931166404
        },
        {
            "start": 931166406,
            "stop": 931166412
        },
        {
            "start": 931166414,
            "stop": 931166528
        },
        {
            "start": 931166529,
            "stop": 931166619
        },
        {
            "start": 931166621,
            "stop": 931166627
        },
        {
            "start": 931166629,
            "stop": 931166640
        },
        {
            "start": 931166641,
            "stop": 931166675
        },
        {
            "start": 931166677,
            "stop": 931166711
        },
        {
            "start": 931166713,
            "stop": 931166741
        },
        {
            "start": 931166743,
            "stop": 931166798
        },
        {
            "start": 931166800,
            "stop": 931166812
        },
        {
            "start": 931166813,
            "stop": 931166934
        },
        {
            "start": 931166936,
            "stop": 931166940
        },
        {
            "start": 931166941,
            "stop": 931167002
        },
        {
            "start": 931167004,
            "stop": 931167019
        },
        {
            "start": 931167021,
            "stop": 931167023
        }
    ]
}