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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 146,
    "results": [
        {
            "start": 1373103185,
            "stop": 1373105094
        },
        {
            "start": 1373105096,
            "stop": 1373109944
        },
        {
            "start": 1373109945,
            "stop": 1373111219
        },
        {
            "start": 1373111222,
            "stop": 1373111760
        },
        {
            "start": 1373111762,
            "stop": 1373113717
        },
        {
            "start": 1373113718,
            "stop": 1373113797
        },
        {
            "start": 1373113799,
            "stop": 1373114547
        },
        {
            "start": 1373114551,
            "stop": 1373116380
        },
        {
            "start": 1373116382,
            "stop": 1373117279
        },
        {
            "start": 1373138368,
            "stop": 1373138769
        },
        {
            "start": 1373138770,
            "stop": 1373139783
        },
        {
            "start": 1373139784,
            "stop": 1373140315
        },
        {
            "start": 1373140317,
            "stop": 1373141467
        },
        {
            "start": 1373141470,
            "stop": 1373141644
        },
        {
            "start": 1373141646,
            "stop": 1373143012
        },
        {
            "start": 1373143014,
            "stop": 1373144006
        },
        {
            "start": 1373144008,
            "stop": 1373145470
        },
        {
            "start": 1373145472,
            "stop": 1373145722
        },
        {
            "start": 1373145723,
            "stop": 1373146655
        },
        {
            "start": 1373146657,
            "stop": 1373146939
        }
    ]
}