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=3011
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=3012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3010",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3011,
    "results": [
        {
            "start": 862865600,
            "stop": 862866180
        },
        {
            "start": 862866240,
            "stop": 862867380
        },
        {
            "start": 862867440,
            "stop": 862869831
        },
        {
            "start": 862870295,
            "stop": 862870313
        },
        {
            "start": 862872886,
            "stop": 862873214
        },
        {
            "start": 862873318,
            "stop": 862875840
        },
        {
            "start": 862875900,
            "stop": 862879802
        },
        {
            "start": 862881022,
            "stop": 862895160
        },
        {
            "start": 862895280,
            "stop": 862896825
        },
        {
            "start": 862897560,
            "stop": 862903026
        },
        {
            "start": 862903030,
            "stop": 862914284
        },
        {
            "start": 862914465,
            "stop": 862920960
        },
        {
            "start": 862921020,
            "stop": 862925880
        },
        {
            "start": 862925940,
            "stop": 862928927
        },
        {
            "start": 862928933,
            "stop": 862932652
        },
        {
            "start": 862932658,
            "stop": 862932675
        },
        {
            "start": 862932695,
            "stop": 862932705
        },
        {
            "start": 862932710,
            "stop": 862932718
        },
        {
            "start": 862932840,
            "stop": 862934238
        },
        {
            "start": 862934242,
            "stop": 862934377
        }
    ]
}