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=515
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=516",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 515,
    "results": [
        {
            "start": 1184785865,
            "stop": 1184785884
        },
        {
            "start": 1184786321,
            "stop": 1184789332
        },
        {
            "start": 1184789336,
            "stop": 1184793133
        },
        {
            "start": 1184793136,
            "stop": 1184793852
        },
        {
            "start": 1184793854,
            "stop": 1184799225
        },
        {
            "start": 1184799227,
            "stop": 1184801360
        },
        {
            "start": 1184801362,
            "stop": 1184802648
        },
        {
            "start": 1184802650,
            "stop": 1184803845
        },
        {
            "start": 1184803847,
            "stop": 1184804111
        },
        {
            "start": 1184804113,
            "stop": 1184805817
        },
        {
            "start": 1184805819,
            "stop": 1184806262
        },
        {
            "start": 1184806264,
            "stop": 1184806998
        },
        {
            "start": 1184807000,
            "stop": 1184807488
        },
        {
            "start": 1184807490,
            "stop": 1184808702
        },
        {
            "start": 1184808706,
            "stop": 1184808713
        },
        {
            "start": 1184808715,
            "stop": 1184810410
        },
        {
            "start": 1184810412,
            "stop": 1184810508
        },
        {
            "start": 1184810510,
            "stop": 1184811160
        },
        {
            "start": 1184811162,
            "stop": 1184811402
        },
        {
            "start": 1184811404,
            "stop": 1184811785
        }
    ]
}