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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=318",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 319,
    "results": [
        {
            "start": 1181014967,
            "stop": 1181014974
        },
        {
            "start": 1181014980,
            "stop": 1181014984
        },
        {
            "start": 1181014986,
            "stop": 1181014987
        },
        {
            "start": 1181014989,
            "stop": 1181014996
        },
        {
            "start": 1181014999,
            "stop": 1181015204
        },
        {
            "start": 1181015205,
            "stop": 1181015233
        },
        {
            "start": 1181015235,
            "stop": 1181015249
        },
        {
            "start": 1181015250,
            "stop": 1181015917
        },
        {
            "start": 1181015920,
            "stop": 1181016025
        },
        {
            "start": 1181016028,
            "stop": 1181016031
        },
        {
            "start": 1181016033,
            "stop": 1181016080
        },
        {
            "start": 1181016083,
            "stop": 1181016164
        },
        {
            "start": 1181016166,
            "stop": 1181016215
        },
        {
            "start": 1181016218,
            "stop": 1181016285
        },
        {
            "start": 1181016287,
            "stop": 1181016388
        },
        {
            "start": 1181016390,
            "stop": 1181016527
        },
        {
            "start": 1181016528,
            "stop": 1181016735
        },
        {
            "start": 1181016736,
            "stop": 1181016926
        },
        {
            "start": 1181016928,
            "stop": 1181018566
        },
        {
            "start": 1181018571,
            "stop": 1181018756
        }
    ]
}