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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1444",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1445,
    "results": [
        {
            "start": 856258842,
            "stop": 856258859
        },
        {
            "start": 856258862,
            "stop": 856258897
        },
        {
            "start": 856259143,
            "stop": 856269651
        },
        {
            "start": 856269655,
            "stop": 856286477
        },
        {
            "start": 856286692,
            "stop": 856289358
        },
        {
            "start": 856289361,
            "stop": 856292015
        },
        {
            "start": 856292018,
            "stop": 856294330
        },
        {
            "start": 856294665,
            "stop": 856305150
        },
        {
            "start": 856305153,
            "stop": 856305171
        },
        {
            "start": 856305174,
            "stop": 856305228
        },
        {
            "start": 856305233,
            "stop": 856309457
        },
        {
            "start": 856309663,
            "stop": 856319360
        },
        {
            "start": 856319906,
            "stop": 856320420
        },
        {
            "start": 856321453,
            "stop": 856322004
        },
        {
            "start": 856323080,
            "stop": 856369825
        },
        {
            "start": 856369959,
            "stop": 856372263
        },
        {
            "start": 856372267,
            "stop": 856382984
        },
        {
            "start": 856384562,
            "stop": 856396254
        },
        {
            "start": 856397631,
            "stop": 856411009
        },
        {
            "start": 856411508,
            "stop": 856436343
        }
    ]
}