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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=211",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 212,
    "results": [
        {
            "start": 1375763970,
            "stop": 1375766008
        },
        {
            "start": 1375766013,
            "stop": 1375766057
        },
        {
            "start": 1375766059,
            "stop": 1375767159
        },
        {
            "start": 1375767161,
            "stop": 1375767697
        },
        {
            "start": 1375767699,
            "stop": 1375773798
        },
        {
            "start": 1375773800,
            "stop": 1375774242
        },
        {
            "start": 1375774246,
            "stop": 1375777123
        },
        {
            "start": 1375777125,
            "stop": 1375777701
        },
        {
            "start": 1375777702,
            "stop": 1375777822
        },
        {
            "start": 1375777826,
            "stop": 1375778226
        },
        {
            "start": 1375778227,
            "stop": 1375778371
        },
        {
            "start": 1375778373,
            "stop": 1375779536
        },
        {
            "start": 1375779538,
            "stop": 1375780298
        },
        {
            "start": 1375780299,
            "stop": 1375781062
        },
        {
            "start": 1375781063,
            "stop": 1375781581
        },
        {
            "start": 1375781583,
            "stop": 1375782596
        },
        {
            "start": 1375782597,
            "stop": 1375784296
        },
        {
            "start": 1375784301,
            "stop": 1375784328
        },
        {
            "start": 1375784330,
            "stop": 1375786143
        },
        {
            "start": 1375786146,
            "stop": 1375786187
        }
    ]
}