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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1857",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1855",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1856,
    "results": [
        {
            "start": 1250729846,
            "stop": 1250729967
        },
        {
            "start": 1250729968,
            "stop": 1250730351
        },
        {
            "start": 1250730354,
            "stop": 1250730912
        },
        {
            "start": 1250730915,
            "stop": 1250730961
        },
        {
            "start": 1250730962,
            "stop": 1250731528
        },
        {
            "start": 1250731531,
            "stop": 1250731701
        },
        {
            "start": 1250731704,
            "stop": 1250731908
        },
        {
            "start": 1250731911,
            "stop": 1250731916
        },
        {
            "start": 1250731919,
            "stop": 1250732271
        },
        {
            "start": 1250732274,
            "stop": 1250732282
        },
        {
            "start": 1250732283,
            "stop": 1250732285
        },
        {
            "start": 1250732286,
            "stop": 1250732297
        },
        {
            "start": 1250732300,
            "stop": 1250732302
        },
        {
            "start": 1250732303,
            "stop": 1250732341
        },
        {
            "start": 1250732344,
            "stop": 1250732368
        },
        {
            "start": 1250732371,
            "stop": 1250732456
        },
        {
            "start": 1250732459,
            "stop": 1250732725
        },
        {
            "start": 1250732727,
            "stop": 1250732798
        },
        {
            "start": 1250732801,
            "stop": 1250732901
        },
        {
            "start": 1250732904,
            "stop": 1250732918
        }
    ]
}