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=565
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=566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=564",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 565,
    "results": [
        {
            "start": 874228583,
            "stop": 874238622
        },
        {
            "start": 874240518,
            "stop": 874242248
        },
        {
            "start": 874243054,
            "stop": 874247701
        },
        {
            "start": 874248486,
            "stop": 874249007
        },
        {
            "start": 874249104,
            "stop": 874249557
        },
        {
            "start": 874250526,
            "stop": 874252291
        },
        {
            "start": 874253263,
            "stop": 874263005
        },
        {
            "start": 874265802,
            "stop": 874309718
        },
        {
            "start": 874311276,
            "stop": 874313522
        },
        {
            "start": 874313523,
            "stop": 874313536
        },
        {
            "start": 874313538,
            "stop": 874313539
        },
        {
            "start": 874313541,
            "stop": 874314558
        },
        {
            "start": 874324131,
            "stop": 874329216
        },
        {
            "start": 874331544,
            "stop": 874334595
        },
        {
            "start": 874334934,
            "stop": 874340395
        },
        {
            "start": 874341392,
            "stop": 874343198
        },
        {
            "start": 874345430,
            "stop": 874345481
        },
        {
            "start": 874345483,
            "stop": 874345501
        },
        {
            "start": 874345503,
            "stop": 874345520
        },
        {
            "start": 874345522,
            "stop": 874345606
        }
    ]
}