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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 144,
    "results": [
        {
            "start": 931397320,
            "stop": 931397333
        },
        {
            "start": 931397335,
            "stop": 931397345
        },
        {
            "start": 931397347,
            "stop": 931397479
        },
        {
            "start": 931397480,
            "stop": 931397553
        },
        {
            "start": 931397554,
            "stop": 931397579
        },
        {
            "start": 931397580,
            "stop": 931397591
        },
        {
            "start": 931397593,
            "stop": 931397612
        },
        {
            "start": 931397613,
            "stop": 931397661
        },
        {
            "start": 931397666,
            "stop": 931397670
        },
        {
            "start": 931397672,
            "stop": 931397845
        },
        {
            "start": 931397846,
            "stop": 931397851
        },
        {
            "start": 931397853,
            "stop": 931397875
        },
        {
            "start": 931397877,
            "stop": 931397902
        },
        {
            "start": 931397904,
            "stop": 931397919
        },
        {
            "start": 931397921,
            "stop": 931398027
        },
        {
            "start": 931398028,
            "stop": 931398070
        },
        {
            "start": 931398071,
            "stop": 931398083
        },
        {
            "start": 931398086,
            "stop": 931398088
        },
        {
            "start": 931398090,
            "stop": 931398096
        },
        {
            "start": 931398100,
            "stop": 931398132
        }
    ]
}