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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=472",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=470",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 471,
    "results": [
        {
            "start": 1183160673,
            "stop": 1183160676
        },
        {
            "start": 1183160678,
            "stop": 1183160851
        },
        {
            "start": 1183160853,
            "stop": 1183160868
        },
        {
            "start": 1183160870,
            "stop": 1183160979
        },
        {
            "start": 1183160981,
            "stop": 1183161054
        },
        {
            "start": 1183161059,
            "stop": 1183161254
        },
        {
            "start": 1183161256,
            "stop": 1183161257
        },
        {
            "start": 1183161259,
            "stop": 1183161265
        },
        {
            "start": 1183161270,
            "stop": 1183161288
        },
        {
            "start": 1183161291,
            "stop": 1183161304
        },
        {
            "start": 1183161306,
            "stop": 1183161338
        },
        {
            "start": 1183161345,
            "stop": 1183161353
        },
        {
            "start": 1183161355,
            "stop": 1183161364
        },
        {
            "start": 1183161413,
            "stop": 1183161415
        },
        {
            "start": 1183161419,
            "stop": 1183161428
        },
        {
            "start": 1183164670,
            "stop": 1183167314
        },
        {
            "start": 1183167317,
            "stop": 1183167743
        },
        {
            "start": 1183167747,
            "stop": 1183169130
        },
        {
            "start": 1183169134,
            "stop": 1183175579
        },
        {
            "start": 1183175767,
            "stop": 1183180877
        }
    ]
}