Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=493
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=494",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=492",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 493,
    "results": [
        {
            "start": 864216692,
            "stop": 864216790
        },
        {
            "start": 864216792,
            "stop": 864217016
        },
        {
            "start": 864217936,
            "stop": 864244525
        },
        {
            "start": 864246090,
            "stop": 864284860
        },
        {
            "start": 864286078,
            "stop": 864288740
        },
        {
            "start": 864288741,
            "stop": 864293537
        },
        {
            "start": 864293539,
            "stop": 864309825
        },
        {
            "start": 864310670,
            "stop": 864315471
        },
        {
            "start": 864315515,
            "stop": 864331668
        },
        {
            "start": 864333069,
            "stop": 864343331
        },
        {
            "start": 864343845,
            "stop": 864357399
        },
        {
            "start": 864357961,
            "stop": 864370158
        },
        {
            "start": 864371065,
            "stop": 864399229
        },
        {
            "start": 864401410,
            "stop": 864405597
        },
        {
            "start": 864405667,
            "stop": 864412589
        },
        {
            "start": 864412928,
            "stop": 864440375
        },
        {
            "start": 864440377,
            "stop": 864440678
        },
        {
            "start": 864441297,
            "stop": 864446374
        },
        {
            "start": 864446376,
            "stop": 864455346
        },
        {
            "start": 864456274,
            "stop": 864474426
        }
    ]
}