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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5640",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5641,
    "results": [
        {
            "start": 874512391,
            "stop": 874512439
        },
        {
            "start": 874512442,
            "stop": 874512493
        },
        {
            "start": 874512497,
            "stop": 874512539
        },
        {
            "start": 874512542,
            "stop": 874512605
        },
        {
            "start": 874512608,
            "stop": 874512745
        },
        {
            "start": 874512748,
            "stop": 874512770
        },
        {
            "start": 874512776,
            "stop": 874512805
        },
        {
            "start": 874512808,
            "stop": 874512939
        },
        {
            "start": 874512943,
            "stop": 874512985
        },
        {
            "start": 874512988,
            "stop": 874513015
        },
        {
            "start": 874513018,
            "stop": 874513054
        },
        {
            "start": 874513057,
            "stop": 874513080
        },
        {
            "start": 874513083,
            "stop": 874513133
        },
        {
            "start": 874513136,
            "stop": 874513147
        },
        {
            "start": 874513150,
            "stop": 874513176
        },
        {
            "start": 874513179,
            "stop": 874513182
        },
        {
            "start": 874513185,
            "stop": 874513189
        },
        {
            "start": 874513192,
            "stop": 874513201
        },
        {
            "start": 874513205,
            "stop": 874513344
        },
        {
            "start": 874513347,
            "stop": 874513377
        }
    ]
}