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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=26",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 27,
    "results": [
        {
            "start": 816651949,
            "stop": 816651963
        },
        {
            "start": 816651966,
            "stop": 816651974
        },
        {
            "start": 816651977,
            "stop": 816652590
        },
        {
            "start": 816653670,
            "stop": 816654889
        },
        {
            "start": 816656274,
            "stop": 816656429
        },
        {
            "start": 816656432,
            "stop": 816656839
        },
        {
            "start": 816656844,
            "stop": 816657270
        },
        {
            "start": 816657273,
            "stop": 816657440
        },
        {
            "start": 816657443,
            "stop": 816657674
        },
        {
            "start": 816657682,
            "stop": 816657755
        },
        {
            "start": 816657758,
            "stop": 816657786
        },
        {
            "start": 816657789,
            "stop": 816658091
        },
        {
            "start": 816658095,
            "stop": 816658134
        },
        {
            "start": 816658137,
            "stop": 816658508
        },
        {
            "start": 816658512,
            "stop": 816658531
        },
        {
            "start": 816658534,
            "stop": 816658818
        },
        {
            "start": 816658821,
            "stop": 816658999
        },
        {
            "start": 816659002,
            "stop": 816659043
        },
        {
            "start": 816659047,
            "stop": 816659114
        },
        {
            "start": 816659117,
            "stop": 816659225
        }
    ]
}