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/H1_BURST_CAT3/segments?format=api&page=2997
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2996",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2997,
    "results": [
        {
            "start": 862198860,
            "stop": 862198920
        },
        {
            "start": 862199040,
            "stop": 862199160
        },
        {
            "start": 862199340,
            "stop": 862199400
        },
        {
            "start": 862199520,
            "stop": 862199640
        },
        {
            "start": 862199700,
            "stop": 862200300
        },
        {
            "start": 862200420,
            "stop": 862200540
        },
        {
            "start": 862200600,
            "stop": 862200840
        },
        {
            "start": 862201080,
            "stop": 862201560
        },
        {
            "start": 862201620,
            "stop": 862201860
        },
        {
            "start": 862203900,
            "stop": 862203951
        },
        {
            "start": 862203955,
            "stop": 862203960
        },
        {
            "start": 862204380,
            "stop": 862204418
        },
        {
            "start": 862204421,
            "stop": 862204440
        },
        {
            "start": 862204560,
            "stop": 862204620
        },
        {
            "start": 862206600,
            "stop": 862206660
        },
        {
            "start": 862207140,
            "stop": 862207200
        },
        {
            "start": 862207380,
            "stop": 862207417
        },
        {
            "start": 862207920,
            "stop": 862207980
        },
        {
            "start": 862208340,
            "stop": 862208520
        },
        {
            "start": 862208580,
            "stop": 862208640
        }
    ]
}