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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5969",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5970,
    "results": [
        {
            "start": 873277655,
            "stop": 873277666
        },
        {
            "start": 873277669,
            "stop": 873278382
        },
        {
            "start": 873278383,
            "stop": 873278384
        },
        {
            "start": 873278385,
            "stop": 873278640
        },
        {
            "start": 873278641,
            "stop": 873279320
        },
        {
            "start": 873279323,
            "stop": 873279343
        },
        {
            "start": 873279346,
            "stop": 873279348
        },
        {
            "start": 873279352,
            "stop": 873279358
        },
        {
            "start": 873279361,
            "stop": 873279379
        },
        {
            "start": 873279383,
            "stop": 873279385
        },
        {
            "start": 873279388,
            "stop": 873279419
        },
        {
            "start": 873279422,
            "stop": 873279654
        },
        {
            "start": 873279659,
            "stop": 873279824
        },
        {
            "start": 873279827,
            "stop": 873279884
        },
        {
            "start": 873279890,
            "stop": 873279900
        },
        {
            "start": 873279903,
            "stop": 873280452
        },
        {
            "start": 873280458,
            "stop": 873280677
        },
        {
            "start": 873280678,
            "stop": 873280810
        },
        {
            "start": 873280812,
            "stop": 873281216
        },
        {
            "start": 873281219,
            "stop": 873281292
        }
    ]
}