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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=461",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=459",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 460,
    "results": [
        {
            "start": 1183135507,
            "stop": 1183137267
        },
        {
            "start": 1183137269,
            "stop": 1183138184
        },
        {
            "start": 1183138186,
            "stop": 1183138820
        },
        {
            "start": 1183138822,
            "stop": 1183139774
        },
        {
            "start": 1183139776,
            "stop": 1183140942
        },
        {
            "start": 1183140944,
            "stop": 1183141224
        },
        {
            "start": 1183141227,
            "stop": 1183142486
        },
        {
            "start": 1183142490,
            "stop": 1183142996
        },
        {
            "start": 1183143000,
            "stop": 1183143864
        },
        {
            "start": 1183143866,
            "stop": 1183143955
        },
        {
            "start": 1183143957,
            "stop": 1183144169
        },
        {
            "start": 1183144171,
            "stop": 1183144441
        },
        {
            "start": 1183144445,
            "stop": 1183145004
        },
        {
            "start": 1183145006,
            "stop": 1183145114
        },
        {
            "start": 1183146201,
            "stop": 1183146820
        },
        {
            "start": 1183146826,
            "stop": 1183146835
        },
        {
            "start": 1183146837,
            "stop": 1183147006
        },
        {
            "start": 1183147010,
            "stop": 1183147573
        },
        {
            "start": 1183147575,
            "stop": 1183147864
        },
        {
            "start": 1183147871,
            "stop": 1183147874
        }
    ]
}