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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=304",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 305,
    "results": [
        {
            "start": 822860210,
            "stop": 822860242
        },
        {
            "start": 822860245,
            "stop": 822860271
        },
        {
            "start": 822860275,
            "stop": 822860280
        },
        {
            "start": 822860340,
            "stop": 822860422
        },
        {
            "start": 822860435,
            "stop": 822860520
        },
        {
            "start": 822860580,
            "stop": 822860593
        },
        {
            "start": 822862046,
            "stop": 822862068
        },
        {
            "start": 822862071,
            "stop": 822862111
        },
        {
            "start": 822862114,
            "stop": 822862150
        },
        {
            "start": 822862154,
            "stop": 822862166
        },
        {
            "start": 822862169,
            "stop": 822862183
        },
        {
            "start": 822865896,
            "stop": 822865960
        },
        {
            "start": 822865963,
            "stop": 822866127
        },
        {
            "start": 822866131,
            "stop": 822866134
        },
        {
            "start": 822866138,
            "stop": 822866141
        },
        {
            "start": 822866144,
            "stop": 822866154
        },
        {
            "start": 822866157,
            "stop": 822866275
        },
        {
            "start": 822866278,
            "stop": 822866324
        },
        {
            "start": 822866327,
            "stop": 822866384
        },
        {
            "start": 822866387,
            "stop": 822866497
        }
    ]
}