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=40875
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=40876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40874",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40875,
    "results": [
        {
            "start": 875062567,
            "stop": 875062586
        },
        {
            "start": 875062587,
            "stop": 875062624
        },
        {
            "start": 875062625,
            "stop": 875062628
        },
        {
            "start": 875062629,
            "stop": 875062647
        },
        {
            "start": 875062648,
            "stop": 875062650
        },
        {
            "start": 875062652,
            "stop": 875062673
        },
        {
            "start": 875062676,
            "stop": 875062688
        },
        {
            "start": 875062689,
            "stop": 875062778
        },
        {
            "start": 875062780,
            "stop": 875062799
        },
        {
            "start": 875062801,
            "stop": 875062812
        },
        {
            "start": 875062814,
            "stop": 875062836
        },
        {
            "start": 875062837,
            "stop": 875062859
        },
        {
            "start": 875062861,
            "stop": 875062899
        },
        {
            "start": 875062900,
            "stop": 875062916
        },
        {
            "start": 875062919,
            "stop": 875062920
        },
        {
            "start": 875062980,
            "stop": 875063053
        },
        {
            "start": 875063055,
            "stop": 875063104
        },
        {
            "start": 875063105,
            "stop": 875063110
        },
        {
            "start": 875063112,
            "stop": 875063130
        },
        {
            "start": 875063131,
            "stop": 875063169
        }
    ]
}