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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=360",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 361,
    "results": [
        {
            "start": 847728576,
            "stop": 847728577
        },
        {
            "start": 847728578,
            "stop": 847728674
        },
        {
            "start": 847728675,
            "stop": 847728676
        },
        {
            "start": 847728678,
            "stop": 847728762
        },
        {
            "start": 847728763,
            "stop": 847728800
        },
        {
            "start": 847728801,
            "stop": 847728805
        },
        {
            "start": 847728807,
            "stop": 847728837
        },
        {
            "start": 847728838,
            "stop": 847728877
        },
        {
            "start": 847728878,
            "stop": 847728889
        },
        {
            "start": 847728891,
            "stop": 847728912
        },
        {
            "start": 847728914,
            "stop": 847728915
        },
        {
            "start": 847728916,
            "stop": 847728997
        },
        {
            "start": 847728998,
            "stop": 847729000
        },
        {
            "start": 847729001,
            "stop": 847729017
        },
        {
            "start": 847729018,
            "stop": 847729045
        },
        {
            "start": 847729046,
            "stop": 847729047
        },
        {
            "start": 847729050,
            "stop": 847729060
        },
        {
            "start": 847729061,
            "stop": 847729085
        },
        {
            "start": 847729087,
            "stop": 847729100
        },
        {
            "start": 847729101,
            "stop": 847729134
        }
    ]
}