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=450
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=451",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=449",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 450,
    "results": [
        {
            "start": 859663925,
            "stop": 859665974
        },
        {
            "start": 859666086,
            "stop": 859668189
        },
        {
            "start": 859670173,
            "stop": 859670226
        },
        {
            "start": 859670228,
            "stop": 859670494
        },
        {
            "start": 859678094,
            "stop": 859678240
        },
        {
            "start": 859678242,
            "stop": 859679306
        },
        {
            "start": 859679308,
            "stop": 859682094
        },
        {
            "start": 859682308,
            "stop": 859685959
        },
        {
            "start": 859689119,
            "stop": 859705425
        },
        {
            "start": 859714882,
            "stop": 859719901
        },
        {
            "start": 859731005,
            "stop": 859731478
        },
        {
            "start": 859731480,
            "stop": 859731646
        },
        {
            "start": 859732664,
            "stop": 859732680
        },
        {
            "start": 859732682,
            "stop": 859733568
        },
        {
            "start": 859733570,
            "stop": 859734379
        },
        {
            "start": 859735486,
            "stop": 859740287
        },
        {
            "start": 859741223,
            "stop": 859741629
        },
        {
            "start": 859743966,
            "stop": 859744347
        },
        {
            "start": 859744500,
            "stop": 859747907
        },
        {
            "start": 859749741,
            "stop": 859752143
        }
    ]
}