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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=976",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=974",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 975,
    "results": [
        {
            "start": 1251713806,
            "stop": 1251713853
        },
        {
            "start": 1251713858,
            "stop": 1251713938
        },
        {
            "start": 1251713943,
            "stop": 1251713948
        },
        {
            "start": 1251713951,
            "stop": 1251713982
        },
        {
            "start": 1251713987,
            "stop": 1251713994
        },
        {
            "start": 1251713999,
            "stop": 1251714078
        },
        {
            "start": 1251714083,
            "stop": 1251714084
        },
        {
            "start": 1251714088,
            "stop": 1251714132
        },
        {
            "start": 1251714137,
            "stop": 1251714173
        },
        {
            "start": 1251714178,
            "stop": 1251714315
        },
        {
            "start": 1251714318,
            "stop": 1251714397
        },
        {
            "start": 1251714401,
            "stop": 1251714418
        },
        {
            "start": 1251714423,
            "stop": 1251714426
        },
        {
            "start": 1251714431,
            "stop": 1251714470
        },
        {
            "start": 1251714475,
            "stop": 1251714547
        },
        {
            "start": 1251714551,
            "stop": 1251714555
        },
        {
            "start": 1251714560,
            "stop": 1251714583
        },
        {
            "start": 1251714586,
            "stop": 1251714635
        },
        {
            "start": 1251714640,
            "stop": 1251714658
        },
        {
            "start": 1251714661,
            "stop": 1251714681
        }
    ]
}