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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=199",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 200,
    "results": [
        {
            "start": 839195441,
            "stop": 839201747
        },
        {
            "start": 839203186,
            "stop": 839229059
        },
        {
            "start": 839231980,
            "stop": 839247673
        },
        {
            "start": 839249528,
            "stop": 839250734
        },
        {
            "start": 839250735,
            "stop": 839251068
        },
        {
            "start": 839251070,
            "stop": 839251253
        },
        {
            "start": 839251255,
            "stop": 839251277
        },
        {
            "start": 839251279,
            "stop": 839251309
        },
        {
            "start": 839251311,
            "stop": 839254565
        },
        {
            "start": 839255514,
            "stop": 839255833
        },
        {
            "start": 839256249,
            "stop": 839256356
        },
        {
            "start": 839257559,
            "stop": 839258187
        },
        {
            "start": 839258297,
            "stop": 839258535
        },
        {
            "start": 839258968,
            "stop": 839259256
        },
        {
            "start": 839259366,
            "stop": 839259374
        },
        {
            "start": 839259674,
            "stop": 839264683
        },
        {
            "start": 839265168,
            "stop": 839267087
        },
        {
            "start": 839268240,
            "stop": 839273140
        },
        {
            "start": 839273145,
            "stop": 839274243
        },
        {
            "start": 839274246,
            "stop": 839279644
        }
    ]
}