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=40870
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=40871",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40869",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40870,
    "results": [
        {
            "start": 875060091,
            "stop": 875060095
        },
        {
            "start": 875060096,
            "stop": 875060098
        },
        {
            "start": 875060099,
            "stop": 875060100
        },
        {
            "start": 875060102,
            "stop": 875060106
        },
        {
            "start": 875060108,
            "stop": 875060134
        },
        {
            "start": 875060136,
            "stop": 875060137
        },
        {
            "start": 875060139,
            "stop": 875060222
        },
        {
            "start": 875060224,
            "stop": 875060265
        },
        {
            "start": 875060266,
            "stop": 875060267
        },
        {
            "start": 875060268,
            "stop": 875060295
        },
        {
            "start": 875060296,
            "stop": 875060307
        },
        {
            "start": 875060309,
            "stop": 875060316
        },
        {
            "start": 875060317,
            "stop": 875060362
        },
        {
            "start": 875060364,
            "stop": 875060393
        },
        {
            "start": 875060394,
            "stop": 875060435
        },
        {
            "start": 875060437,
            "stop": 875060478
        },
        {
            "start": 875060479,
            "stop": 875060480
        },
        {
            "start": 875060481,
            "stop": 875060499
        },
        {
            "start": 875060501,
            "stop": 875060520
        },
        {
            "start": 875060522,
            "stop": 875060535
        }
    ]
}