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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=82",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 83,
    "results": [
        {
            "start": 819424973,
            "stop": 819427408
        },
        {
            "start": 819427412,
            "stop": 819449268
        },
        {
            "start": 819449272,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819468370
        },
        {
            "start": 819468748,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480642
        },
        {
            "start": 819486095,
            "stop": 819500940
        },
        {
            "start": 819501000,
            "stop": 819515372
        },
        {
            "start": 819515375,
            "stop": 819535363
        },
        {
            "start": 819535544,
            "stop": 819536383
        },
        {
            "start": 819536564,
            "stop": 819547075
        },
        {
            "start": 819547078,
            "stop": 819547292
        },
        {
            "start": 819547295,
            "stop": 819549991
        },
        {
            "start": 819549994,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555343
        },
        {
            "start": 819555524,
            "stop": 819555814
        },
        {
            "start": 819557861,
            "stop": 819560053
        },
        {
            "start": 819560225,
            "stop": 819560429
        },
        {
            "start": 819560432,
            "stop": 819561148
        },
        {
            "start": 819561151,
            "stop": 819561760
        }
    ]
}