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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=129",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 130,
    "results": [
        {
            "start": 1239557204,
            "stop": 1239557221
        },
        {
            "start": 1239557224,
            "stop": 1239557375
        },
        {
            "start": 1239557377,
            "stop": 1239557495
        },
        {
            "start": 1239557498,
            "stop": 1239557590
        },
        {
            "start": 1239557592,
            "stop": 1239557906
        },
        {
            "start": 1239557909,
            "stop": 1239558992
        },
        {
            "start": 1239558993,
            "stop": 1239559175
        },
        {
            "start": 1239559178,
            "stop": 1239559220
        },
        {
            "start": 1239559223,
            "stop": 1239559232
        },
        {
            "start": 1239559235,
            "stop": 1239560586
        },
        {
            "start": 1239560589,
            "stop": 1239560778
        },
        {
            "start": 1239560781,
            "stop": 1239563114
        },
        {
            "start": 1239563117,
            "stop": 1239564045
        },
        {
            "start": 1239564046,
            "stop": 1239564047
        },
        {
            "start": 1239564048,
            "stop": 1239564451
        },
        {
            "start": 1239564452,
            "stop": 1239564632
        },
        {
            "start": 1239564633,
            "stop": 1239565010
        },
        {
            "start": 1239565011,
            "stop": 1239565039
        },
        {
            "start": 1239565041,
            "stop": 1239565045
        },
        {
            "start": 1239565046,
            "stop": 1239565344
        }
    ]
}