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=408
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=409",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=407",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 408,
    "results": [
        {
            "start": 932672923,
            "stop": 932673072
        },
        {
            "start": 932673073,
            "stop": 932673344
        },
        {
            "start": 932675678,
            "stop": 932675880
        },
        {
            "start": 932675881,
            "stop": 932676016
        },
        {
            "start": 932676017,
            "stop": 932676490
        },
        {
            "start": 932676491,
            "stop": 932676614
        },
        {
            "start": 932676617,
            "stop": 932677123
        },
        {
            "start": 932677124,
            "stop": 932677215
        },
        {
            "start": 932677575,
            "stop": 932677863
        },
        {
            "start": 932677864,
            "stop": 932677923
        },
        {
            "start": 932677924,
            "stop": 932678060
        },
        {
            "start": 932678061,
            "stop": 932678198
        },
        {
            "start": 932678199,
            "stop": 932678401
        },
        {
            "start": 932678403,
            "stop": 932678711
        },
        {
            "start": 932678712,
            "stop": 932678982
        },
        {
            "start": 932678983,
            "stop": 932679121
        },
        {
            "start": 932679122,
            "stop": 932679195
        },
        {
            "start": 932679197,
            "stop": 932679200
        },
        {
            "start": 932679201,
            "stop": 932679205
        },
        {
            "start": 932679206,
            "stop": 932679505
        }
    ]
}