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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=387",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 388,
    "results": [
        {
            "start": 866563546,
            "stop": 866565499
        },
        {
            "start": 866565543,
            "stop": 866567579
        },
        {
            "start": 866567689,
            "stop": 866568774
        },
        {
            "start": 866569074,
            "stop": 866569530
        },
        {
            "start": 866569976,
            "stop": 866571131
        },
        {
            "start": 866571757,
            "stop": 866571794
        },
        {
            "start": 866572113,
            "stop": 866573919
        },
        {
            "start": 866573941,
            "stop": 866574377
        },
        {
            "start": 866574421,
            "stop": 866574472
        },
        {
            "start": 866574493,
            "stop": 866575599
        },
        {
            "start": 866575621,
            "stop": 866575714
        },
        {
            "start": 866576406,
            "stop": 866578213
        },
        {
            "start": 866578919,
            "stop": 866578988
        },
        {
            "start": 866579691,
            "stop": 866579733
        },
        {
            "start": 866580514,
            "stop": 866581316
        },
        {
            "start": 866581616,
            "stop": 866583373
        },
        {
            "start": 866587207,
            "stop": 866593590
        },
        {
            "start": 866593650,
            "stop": 866593661
        },
        {
            "start": 866593961,
            "stop": 866595417
        },
        {
            "start": 866595438,
            "stop": 866599714
        }
    ]
}