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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=316",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 317,
    "results": [
        {
            "start": 867777600,
            "stop": 867777908
        },
        {
            "start": 867778208,
            "stop": 867779566
        },
        {
            "start": 867779866,
            "stop": 867782498
        },
        {
            "start": 867789370,
            "stop": 867789499
        },
        {
            "start": 867789832,
            "stop": 867791003
        },
        {
            "start": 867791113,
            "stop": 867791233
        },
        {
            "start": 867791533,
            "stop": 867795340
        },
        {
            "start": 867797133,
            "stop": 867797223
        },
        {
            "start": 867797333,
            "stop": 867797513
        },
        {
            "start": 867797813,
            "stop": 867815999
        },
        {
            "start": 867816109,
            "stop": 867816248
        },
        {
            "start": 867816548,
            "stop": 867836836
        },
        {
            "start": 867866913,
            "stop": 867956609
        },
        {
            "start": 867958882,
            "stop": 868028135
        },
        {
            "start": 868028252,
            "stop": 868045660
        },
        {
            "start": 868046227,
            "stop": 868054503
        },
        {
            "start": 868056148,
            "stop": 868057490
        },
        {
            "start": 868057980,
            "stop": 868059611
        },
        {
            "start": 868059917,
            "stop": 868060561
        },
        {
            "start": 868060891,
            "stop": 868114684
        }
    ]
}