Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=424
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=425",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=423",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 424,
    "results": [
        {
            "start": 855834489,
            "stop": 855834521
        },
        {
            "start": 855835832,
            "stop": 855837157
        },
        {
            "start": 855837159,
            "stop": 855841482
        },
        {
            "start": 855841484,
            "stop": 855842707
        },
        {
            "start": 855842710,
            "stop": 855842856
        },
        {
            "start": 855842858,
            "stop": 855843526
        },
        {
            "start": 855843528,
            "stop": 855843722
        },
        {
            "start": 855843724,
            "stop": 855845504
        },
        {
            "start": 855845505,
            "stop": 855845507
        },
        {
            "start": 855845508,
            "stop": 855847647
        },
        {
            "start": 855847649,
            "stop": 855849574
        },
        {
            "start": 855849575,
            "stop": 855851027
        },
        {
            "start": 855851029,
            "stop": 855852099
        },
        {
            "start": 855854447,
            "stop": 855863530
        },
        {
            "start": 855863728,
            "stop": 855866797
        },
        {
            "start": 855867298,
            "stop": 855871071
        },
        {
            "start": 855873634,
            "stop": 855875706
        },
        {
            "start": 855876416,
            "stop": 855878148
        },
        {
            "start": 855881069,
            "stop": 855881758
        },
        {
            "start": 855881822,
            "stop": 855886576
        }
    ]
}