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=356
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=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=355",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 356,
    "results": [
        {
            "start": 847724896,
            "stop": 847724967
        },
        {
            "start": 847724968,
            "stop": 847725056
        },
        {
            "start": 847725058,
            "stop": 847725079
        },
        {
            "start": 847725080,
            "stop": 847725099
        },
        {
            "start": 847725100,
            "stop": 847725164
        },
        {
            "start": 847725166,
            "stop": 847725184
        },
        {
            "start": 847725185,
            "stop": 847725211
        },
        {
            "start": 847725212,
            "stop": 847725227
        },
        {
            "start": 847725228,
            "stop": 847725257
        },
        {
            "start": 847725258,
            "stop": 847725269
        },
        {
            "start": 847725271,
            "stop": 847725291
        },
        {
            "start": 847725292,
            "stop": 847725312
        },
        {
            "start": 847725314,
            "stop": 847725334
        },
        {
            "start": 847725335,
            "stop": 847725352
        },
        {
            "start": 847725353,
            "stop": 847725355
        },
        {
            "start": 847725356,
            "stop": 847725377
        },
        {
            "start": 847725378,
            "stop": 847725379
        },
        {
            "start": 847725380,
            "stop": 847725391
        },
        {
            "start": 847725393,
            "stop": 847725397
        },
        {
            "start": 847725399,
            "stop": 847725419
        }
    ]
}