Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46780
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46781",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46779",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46780,
    "results": [
        {
            "start": 875102166,
            "stop": 875102214
        },
        {
            "start": 875102215,
            "stop": 875102228
        },
        {
            "start": 875102229,
            "stop": 875102263
        },
        {
            "start": 875102264,
            "stop": 875102322
        },
        {
            "start": 875102326,
            "stop": 875102394
        },
        {
            "start": 875102395,
            "stop": 875102411
        },
        {
            "start": 875102412,
            "stop": 875102424
        },
        {
            "start": 875102425,
            "stop": 875102431
        },
        {
            "start": 875102433,
            "stop": 875102444
        },
        {
            "start": 875102445,
            "stop": 875102474
        },
        {
            "start": 875102475,
            "stop": 875102503
        },
        {
            "start": 875102504,
            "stop": 875102528
        },
        {
            "start": 875102531,
            "stop": 875102564
        },
        {
            "start": 875102565,
            "stop": 875102614
        },
        {
            "start": 875102615,
            "stop": 875102617
        },
        {
            "start": 875102618,
            "stop": 875102623
        },
        {
            "start": 875102624,
            "stop": 875102654
        },
        {
            "start": 875102655,
            "stop": 875102673
        },
        {
            "start": 875102674,
            "stop": 875102704
        },
        {
            "start": 875102705,
            "stop": 875102729
        }
    ]
}