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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 211,
    "results": [
        {
            "start": 931488347,
            "stop": 931488358
        },
        {
            "start": 931488364,
            "stop": 931488365
        },
        {
            "start": 931488367,
            "stop": 931488373
        },
        {
            "start": 931488403,
            "stop": 931488404
        },
        {
            "start": 931488416,
            "stop": 931488418
        },
        {
            "start": 931488420,
            "stop": 931488422
        },
        {
            "start": 931488430,
            "stop": 931488442
        },
        {
            "start": 931488444,
            "stop": 931488450
        },
        {
            "start": 931488451,
            "stop": 931488455
        },
        {
            "start": 931488456,
            "stop": 931488469
        },
        {
            "start": 931488530,
            "stop": 931488541
        },
        {
            "start": 931488545,
            "stop": 931488546
        },
        {
            "start": 931488560,
            "stop": 931488561
        },
        {
            "start": 931488568,
            "stop": 931488569
        },
        {
            "start": 931488581,
            "stop": 931488582
        },
        {
            "start": 931488595,
            "stop": 931488596
        },
        {
            "start": 931488606,
            "stop": 931488611
        },
        {
            "start": 931488620,
            "stop": 931488621
        },
        {
            "start": 931488629,
            "stop": 931488634
        },
        {
            "start": 931488644,
            "stop": 931488645
        }
    ]
}