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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=222",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 223,
    "results": [
        {
            "start": 934265631,
            "stop": 934267289
        },
        {
            "start": 934268094,
            "stop": 934268324
        },
        {
            "start": 934278581,
            "stop": 934279383
        },
        {
            "start": 934279386,
            "stop": 934279390
        },
        {
            "start": 934279393,
            "stop": 934279415
        },
        {
            "start": 934279418,
            "stop": 934279433
        },
        {
            "start": 934279436,
            "stop": 934282935
        },
        {
            "start": 934282938,
            "stop": 934282966
        },
        {
            "start": 934282968,
            "stop": 934282985
        },
        {
            "start": 934282987,
            "stop": 934283016
        },
        {
            "start": 934283019,
            "stop": 934283033
        },
        {
            "start": 934283038,
            "stop": 934286535
        },
        {
            "start": 934286537,
            "stop": 934286558
        },
        {
            "start": 934286560,
            "stop": 934286564
        },
        {
            "start": 934286567,
            "stop": 934286568
        },
        {
            "start": 934286570,
            "stop": 934286584
        },
        {
            "start": 934286586,
            "stop": 934286616
        },
        {
            "start": 934286618,
            "stop": 934286633
        },
        {
            "start": 934286636,
            "stop": 934290157
        },
        {
            "start": 934290159,
            "stop": 934290164
        }
    ]
}