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=3195
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=3196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3194",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3195,
    "results": [
        {
            "start": 870567297,
            "stop": 870567420
        },
        {
            "start": 870567480,
            "stop": 870567745
        },
        {
            "start": 870567749,
            "stop": 870567773
        },
        {
            "start": 870567777,
            "stop": 870567840
        },
        {
            "start": 870567900,
            "stop": 870568080
        },
        {
            "start": 870569365,
            "stop": 870570420
        },
        {
            "start": 870570480,
            "stop": 870570540
        },
        {
            "start": 870570600,
            "stop": 870570625
        },
        {
            "start": 870570629,
            "stop": 870570696
        },
        {
            "start": 870570699,
            "stop": 870570720
        },
        {
            "start": 870570780,
            "stop": 870570840
        },
        {
            "start": 870570900,
            "stop": 870571024
        },
        {
            "start": 870571029,
            "stop": 870571116
        },
        {
            "start": 870571119,
            "stop": 870571139
        },
        {
            "start": 870571142,
            "stop": 870571420
        },
        {
            "start": 870571428,
            "stop": 870571432
        },
        {
            "start": 870571443,
            "stop": 870571452
        },
        {
            "start": 870571460,
            "stop": 870571482
        },
        {
            "start": 870571488,
            "stop": 870571505
        },
        {
            "start": 870571508,
            "stop": 870571534
        }
    ]
}