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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=155",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=153",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 154,
    "results": [
        {
            "start": 1418523899,
            "stop": 1418524786
        },
        {
            "start": 1418524788,
            "stop": 1418533564
        },
        {
            "start": 1418537627,
            "stop": 1418560837
        },
        {
            "start": 1418560841,
            "stop": 1418586172
        },
        {
            "start": 1418586173,
            "stop": 1418589224
        },
        {
            "start": 1418589228,
            "stop": 1418591644
        },
        {
            "start": 1418591645,
            "stop": 1418593258
        },
        {
            "start": 1418593260,
            "stop": 1418602280
        },
        {
            "start": 1418602284,
            "stop": 1418607390
        },
        {
            "start": 1418607395,
            "stop": 1418609904
        },
        {
            "start": 1418609909,
            "stop": 1418621715
        },
        {
            "start": 1418621719,
            "stop": 1418628591
        },
        {
            "start": 1418628596,
            "stop": 1418644881
        },
        {
            "start": 1418644886,
            "stop": 1418650607
        },
        {
            "start": 1418650610,
            "stop": 1418657439
        },
        {
            "start": 1418657442,
            "stop": 1418661021
        },
        {
            "start": 1418662724,
            "stop": 1418662766
        },
        {
            "start": 1418673985,
            "stop": 1418675617
        },
        {
            "start": 1418675622,
            "stop": 1418684217
        },
        {
            "start": 1418684219,
            "stop": 1418696545
        }
    ]
}