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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=162",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 163,
    "results": [
        {
            "start": 1419497317,
            "stop": 1419498177
        },
        {
            "start": 1419498182,
            "stop": 1419504222
        },
        {
            "start": 1419504227,
            "stop": 1419506815
        },
        {
            "start": 1419506820,
            "stop": 1419507984
        },
        {
            "start": 1419507989,
            "stop": 1419518435
        },
        {
            "start": 1419518440,
            "stop": 1419528565
        },
        {
            "start": 1419528570,
            "stop": 1419528654
        },
        {
            "start": 1419528659,
            "stop": 1419530926
        },
        {
            "start": 1419530931,
            "stop": 1419535518
        },
        {
            "start": 1419540993,
            "stop": 1419541321
        },
        {
            "start": 1419541326,
            "stop": 1419543793
        },
        {
            "start": 1419543797,
            "stop": 1419546572
        },
        {
            "start": 1419554921,
            "stop": 1419555408
        },
        {
            "start": 1419555413,
            "stop": 1419557116
        },
        {
            "start": 1419557120,
            "stop": 1419560359
        },
        {
            "start": 1419565798,
            "stop": 1419569835
        },
        {
            "start": 1419569840,
            "stop": 1419574024
        },
        {
            "start": 1419574272,
            "stop": 1419581183
        },
        {
            "start": 1419585736,
            "stop": 1419585795
        },
        {
            "start": 1419589920,
            "stop": 1419592310
        }
    ]
}