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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 203,
    "results": [
        {
            "start": 1176806517,
            "stop": 1176806534
        },
        {
            "start": 1176806535,
            "stop": 1176806689
        },
        {
            "start": 1176806694,
            "stop": 1176806698
        },
        {
            "start": 1176806701,
            "stop": 1176806705
        },
        {
            "start": 1176806708,
            "stop": 1176806709
        },
        {
            "start": 1176806711,
            "stop": 1176806722
        },
        {
            "start": 1176806727,
            "stop": 1176806745
        },
        {
            "start": 1176806746,
            "stop": 1176806793
        },
        {
            "start": 1176806795,
            "stop": 1176806798
        },
        {
            "start": 1176806800,
            "stop": 1176806830
        },
        {
            "start": 1176806831,
            "stop": 1176806953
        },
        {
            "start": 1176806955,
            "stop": 1176807197
        },
        {
            "start": 1176807199,
            "stop": 1176807416
        },
        {
            "start": 1176807419,
            "stop": 1176807525
        },
        {
            "start": 1176807529,
            "stop": 1176808005
        },
        {
            "start": 1176808008,
            "stop": 1176808045
        },
        {
            "start": 1176808046,
            "stop": 1176808060
        },
        {
            "start": 1176808064,
            "stop": 1176808105
        },
        {
            "start": 1176808107,
            "stop": 1176808121
        },
        {
            "start": 1176808122,
            "stop": 1176808123
        }
    ]
}