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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=271",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 272,
    "results": [
        {
            "start": 1177217980,
            "stop": 1177217983
        },
        {
            "start": 1177217984,
            "stop": 1177218089
        },
        {
            "start": 1177218090,
            "stop": 1177218198
        },
        {
            "start": 1177218199,
            "stop": 1177220614
        },
        {
            "start": 1177220616,
            "stop": 1177220620
        },
        {
            "start": 1177220621,
            "stop": 1177223436
        },
        {
            "start": 1177223439,
            "stop": 1177237634
        },
        {
            "start": 1177237636,
            "stop": 1177238762
        },
        {
            "start": 1177238766,
            "stop": 1177239915
        },
        {
            "start": 1177239921,
            "stop": 1177242619
        },
        {
            "start": 1177242629,
            "stop": 1177242680
        },
        {
            "start": 1177242683,
            "stop": 1177242692
        },
        {
            "start": 1177242694,
            "stop": 1177244523
        },
        {
            "start": 1177244530,
            "stop": 1177245031
        },
        {
            "start": 1177245042,
            "stop": 1177246130
        },
        {
            "start": 1177246134,
            "stop": 1177246546
        },
        {
            "start": 1177246549,
            "stop": 1177249072
        },
        {
            "start": 1177249076,
            "stop": 1177258285
        },
        {
            "start": 1177274220,
            "stop": 1177274352
        },
        {
            "start": 1177274356,
            "stop": 1177276480
        }
    ]
}