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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 141,
    "results": [
        {
            "start": 931394782,
            "stop": 931394812
        },
        {
            "start": 931394814,
            "stop": 931394848
        },
        {
            "start": 931394850,
            "stop": 931394991
        },
        {
            "start": 931394993,
            "stop": 931395073
        },
        {
            "start": 931395075,
            "stop": 931395151
        },
        {
            "start": 931395153,
            "stop": 931395181
        },
        {
            "start": 931395182,
            "stop": 931395259
        },
        {
            "start": 931395261,
            "stop": 931395285
        },
        {
            "start": 931395287,
            "stop": 931395306
        },
        {
            "start": 931395309,
            "stop": 931395328
        },
        {
            "start": 931395329,
            "stop": 931395344
        },
        {
            "start": 931395346,
            "stop": 931395356
        },
        {
            "start": 931395358,
            "stop": 931395367
        },
        {
            "start": 931395368,
            "stop": 931395394
        },
        {
            "start": 931395396,
            "stop": 931395505
        },
        {
            "start": 931395507,
            "stop": 931395511
        },
        {
            "start": 931395512,
            "stop": 931395599
        },
        {
            "start": 931395600,
            "stop": 931395615
        },
        {
            "start": 931395975,
            "stop": 931396019
        },
        {
            "start": 931396021,
            "stop": 931396113
        }
    ]
}