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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3456",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3454",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3455,
    "results": [
        {
            "start": 969877116,
            "stop": 969877279
        },
        {
            "start": 969877282,
            "stop": 969878151
        },
        {
            "start": 969878154,
            "stop": 969878434
        },
        {
            "start": 969878437,
            "stop": 969879198
        },
        {
            "start": 969879201,
            "stop": 969879650
        },
        {
            "start": 969879653,
            "stop": 969879948
        },
        {
            "start": 969879951,
            "stop": 969880078
        },
        {
            "start": 969880081,
            "stop": 969881340
        },
        {
            "start": 969881343,
            "stop": 969881755
        },
        {
            "start": 969881758,
            "stop": 969882466
        },
        {
            "start": 969882469,
            "stop": 969883231
        },
        {
            "start": 969883234,
            "stop": 969883954
        },
        {
            "start": 969883957,
            "stop": 969884996
        },
        {
            "start": 969884999,
            "stop": 969885674
        },
        {
            "start": 969885677,
            "stop": 969885704
        },
        {
            "start": 969885827,
            "stop": 969886007
        },
        {
            "start": 969886127,
            "stop": 969886195
        },
        {
            "start": 969886198,
            "stop": 969886336
        },
        {
            "start": 969886347,
            "stop": 969886367
        },
        {
            "start": 969886547,
            "stop": 969886589
        }
    ]
}