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=493
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=494",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=492",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 493,
    "results": [
        {
            "start": 1184573579,
            "stop": 1184573582
        },
        {
            "start": 1184573584,
            "stop": 1184573585
        },
        {
            "start": 1184573591,
            "stop": 1184573592
        },
        {
            "start": 1184573595,
            "stop": 1184573597
        },
        {
            "start": 1184573604,
            "stop": 1184573627
        },
        {
            "start": 1184573633,
            "stop": 1184573634
        },
        {
            "start": 1184573638,
            "stop": 1184573641
        },
        {
            "start": 1184573646,
            "stop": 1184573650
        },
        {
            "start": 1184573654,
            "stop": 1184573655
        },
        {
            "start": 1184573669,
            "stop": 1184573701
        },
        {
            "start": 1184573703,
            "stop": 1184573704
        },
        {
            "start": 1184573719,
            "stop": 1184573724
        },
        {
            "start": 1184573726,
            "stop": 1184573727
        },
        {
            "start": 1184573784,
            "stop": 1184573860
        },
        {
            "start": 1184573863,
            "stop": 1184573876
        },
        {
            "start": 1184573878,
            "stop": 1184574058
        },
        {
            "start": 1184574067,
            "stop": 1184574068
        },
        {
            "start": 1184574070,
            "stop": 1184574071
        },
        {
            "start": 1184574106,
            "stop": 1184574108
        },
        {
            "start": 1184574110,
            "stop": 1184574111
        }
    ]
}