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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=322",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 323,
    "results": [
        {
            "start": 1378597393,
            "stop": 1378600864
        },
        {
            "start": 1378604666,
            "stop": 1378609316
        },
        {
            "start": 1378612150,
            "stop": 1378612210
        },
        {
            "start": 1378612213,
            "stop": 1378624775
        },
        {
            "start": 1378624780,
            "stop": 1378629613
        },
        {
            "start": 1378629616,
            "stop": 1378630922
        },
        {
            "start": 1378630926,
            "stop": 1378632156
        },
        {
            "start": 1378632161,
            "stop": 1378632603
        },
        {
            "start": 1378632607,
            "stop": 1378636378
        },
        {
            "start": 1378636383,
            "stop": 1378642173
        },
        {
            "start": 1378646830,
            "stop": 1378657008
        },
        {
            "start": 1378657012,
            "stop": 1378665050
        },
        {
            "start": 1378680886,
            "stop": 1378694009
        },
        {
            "start": 1378694014,
            "stop": 1378699129
        },
        {
            "start": 1378699132,
            "stop": 1378708315
        },
        {
            "start": 1378708320,
            "stop": 1378710393
        },
        {
            "start": 1378710398,
            "stop": 1378714966
        },
        {
            "start": 1378714970,
            "stop": 1378731832
        },
        {
            "start": 1378731836,
            "stop": 1378732447
        },
        {
            "start": 1378732452,
            "stop": 1378734413
        }
    ]
}