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/S6/timelines/H1_BURST_CAT3/segments?format=api&page=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=178",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 179,
    "results": [
        {
            "start": 931453770,
            "stop": 931453771
        },
        {
            "start": 931453773,
            "stop": 931453788
        },
        {
            "start": 931453790,
            "stop": 931453799
        },
        {
            "start": 931453800,
            "stop": 931453813
        },
        {
            "start": 931453814,
            "stop": 931453816
        },
        {
            "start": 931453817,
            "stop": 931453823
        },
        {
            "start": 931453824,
            "stop": 931453861
        },
        {
            "start": 931453862,
            "stop": 931453885
        },
        {
            "start": 931453886,
            "stop": 931453910
        },
        {
            "start": 931453912,
            "stop": 931453913
        },
        {
            "start": 931453917,
            "stop": 931453918
        },
        {
            "start": 931453920,
            "stop": 931453923
        },
        {
            "start": 931453925,
            "stop": 931453926
        },
        {
            "start": 931453928,
            "stop": 931453935
        },
        {
            "start": 931453939,
            "stop": 931453969
        },
        {
            "start": 931453975,
            "stop": 931453982
        },
        {
            "start": 931453983,
            "stop": 931453984
        },
        {
            "start": 931453987,
            "stop": 931453992
        },
        {
            "start": 931453998,
            "stop": 931454000
        },
        {
            "start": 931454004,
            "stop": 931454005
        }
    ]
}