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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46724",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46722",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46723,
    "results": [
        {
            "start": 875062495,
            "stop": 875062499
        },
        {
            "start": 875062501,
            "stop": 875062506
        },
        {
            "start": 875062507,
            "stop": 875062509
        },
        {
            "start": 875062511,
            "stop": 875062524
        },
        {
            "start": 875062526,
            "stop": 875062527
        },
        {
            "start": 875062529,
            "stop": 875062534
        },
        {
            "start": 875062537,
            "stop": 875062546
        },
        {
            "start": 875062547,
            "stop": 875062554
        },
        {
            "start": 875062555,
            "stop": 875062565
        },
        {
            "start": 875062567,
            "stop": 875062595
        },
        {
            "start": 875062598,
            "stop": 875062616
        },
        {
            "start": 875062617,
            "stop": 875062619
        },
        {
            "start": 875062620,
            "stop": 875062624
        },
        {
            "start": 875062625,
            "stop": 875062647
        },
        {
            "start": 875062649,
            "stop": 875062650
        },
        {
            "start": 875062652,
            "stop": 875062663
        },
        {
            "start": 875062664,
            "stop": 875062667
        },
        {
            "start": 875062668,
            "stop": 875062673
        },
        {
            "start": 875062676,
            "stop": 875062704
        },
        {
            "start": 875062705,
            "stop": 875062724
        }
    ]
}