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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=258",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 259,
    "results": [
        {
            "start": 1174227797,
            "stop": 1174228597
        },
        {
            "start": 1174228599,
            "stop": 1174229357
        },
        {
            "start": 1174229359,
            "stop": 1174230478
        },
        {
            "start": 1174230480,
            "stop": 1174231558
        },
        {
            "start": 1174231560,
            "stop": 1174232690
        },
        {
            "start": 1174232692,
            "stop": 1174233865
        },
        {
            "start": 1174233867,
            "stop": 1174234954
        },
        {
            "start": 1174234956,
            "stop": 1174236102
        },
        {
            "start": 1174236104,
            "stop": 1174236720
        },
        {
            "start": 1174236724,
            "stop": 1174237458
        },
        {
            "start": 1174237460,
            "stop": 1174238495
        },
        {
            "start": 1174238497,
            "stop": 1174239634
        },
        {
            "start": 1174239636,
            "stop": 1174240608
        },
        {
            "start": 1174240610,
            "stop": 1174240984
        },
        {
            "start": 1174256803,
            "stop": 1174258539
        },
        {
            "start": 1174258541,
            "stop": 1174260529
        },
        {
            "start": 1174260531,
            "stop": 1174262311
        },
        {
            "start": 1174262315,
            "stop": 1174262663
        },
        {
            "start": 1174262665,
            "stop": 1174264351
        },
        {
            "start": 1174264353,
            "stop": 1174266058
        }
    ]
}