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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3014",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3015,
    "results": [
        {
            "start": 863169075,
            "stop": 863169234
        },
        {
            "start": 863170232,
            "stop": 863172240
        },
        {
            "start": 863172300,
            "stop": 863179249
        },
        {
            "start": 863179255,
            "stop": 863183156
        },
        {
            "start": 863183159,
            "stop": 863185137
        },
        {
            "start": 863185374,
            "stop": 863187660
        },
        {
            "start": 863187720,
            "stop": 863187900
        },
        {
            "start": 863187960,
            "stop": 863189176
        },
        {
            "start": 863189180,
            "stop": 863190300
        },
        {
            "start": 863190360,
            "stop": 863191560
        },
        {
            "start": 863191620,
            "stop": 863192700
        },
        {
            "start": 863192820,
            "stop": 863192880
        },
        {
            "start": 863192940,
            "stop": 863195460
        },
        {
            "start": 863195580,
            "stop": 863195896
        },
        {
            "start": 863195900,
            "stop": 863197395
        },
        {
            "start": 863197400,
            "stop": 863197417
        },
        {
            "start": 863197423,
            "stop": 863197440
        },
        {
            "start": 863197500,
            "stop": 863197560
        },
        {
            "start": 863197620,
            "stop": 863197680
        },
        {
            "start": 863199636,
            "stop": 863199960
        }
    ]
}