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=40829
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=40830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40828",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40829,
    "results": [
        {
            "start": 875039156,
            "stop": 875039173
        },
        {
            "start": 875039177,
            "stop": 875039201
        },
        {
            "start": 875039203,
            "stop": 875039220
        },
        {
            "start": 875039280,
            "stop": 875039296
        },
        {
            "start": 875039297,
            "stop": 875039346
        },
        {
            "start": 875039347,
            "stop": 875039353
        },
        {
            "start": 875039354,
            "stop": 875039424
        },
        {
            "start": 875039427,
            "stop": 875039428
        },
        {
            "start": 875039429,
            "stop": 875039436
        },
        {
            "start": 875039437,
            "stop": 875039447
        },
        {
            "start": 875039448,
            "stop": 875039450
        },
        {
            "start": 875039451,
            "stop": 875039452
        },
        {
            "start": 875039454,
            "stop": 875039460
        },
        {
            "start": 875039520,
            "stop": 875039574
        },
        {
            "start": 875039576,
            "stop": 875039579
        },
        {
            "start": 875039580,
            "stop": 875039610
        },
        {
            "start": 875039611,
            "stop": 875039644
        },
        {
            "start": 875039645,
            "stop": 875039772
        },
        {
            "start": 875039773,
            "stop": 875039793
        },
        {
            "start": 875039795,
            "stop": 875039806
        }
    ]
}