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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3480",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3478",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3479,
    "results": [
        {
            "start": 969988083,
            "stop": 969988143
        },
        {
            "start": 969988146,
            "stop": 969988187
        },
        {
            "start": 969988247,
            "stop": 969988367
        },
        {
            "start": 969988487,
            "stop": 969988541
        },
        {
            "start": 969988544,
            "stop": 969988645
        },
        {
            "start": 969988650,
            "stop": 969988830
        },
        {
            "start": 969988833,
            "stop": 969988921
        },
        {
            "start": 969988924,
            "stop": 969988953
        },
        {
            "start": 969988956,
            "stop": 969989267
        },
        {
            "start": 969989567,
            "stop": 969989607
        },
        {
            "start": 969989610,
            "stop": 969989687
        },
        {
            "start": 969989987,
            "stop": 969990047
        },
        {
            "start": 969990407,
            "stop": 969990471
        },
        {
            "start": 969990480,
            "stop": 969990502
        },
        {
            "start": 969990506,
            "stop": 969990549
        },
        {
            "start": 969990557,
            "stop": 969990585
        },
        {
            "start": 969990770,
            "stop": 969990807
        },
        {
            "start": 969990810,
            "stop": 969990817
        },
        {
            "start": 969990820,
            "stop": 969990835
        },
        {
            "start": 969990839,
            "stop": 969990917
        }
    ]
}