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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=348",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 349,
    "results": [
        {
            "start": 1240720182,
            "stop": 1240720375
        },
        {
            "start": 1240720376,
            "stop": 1240720413
        },
        {
            "start": 1240720416,
            "stop": 1240720676
        },
        {
            "start": 1240720677,
            "stop": 1240720724
        },
        {
            "start": 1240720725,
            "stop": 1240720909
        },
        {
            "start": 1240720910,
            "stop": 1240720915
        },
        {
            "start": 1240720916,
            "stop": 1240720944
        },
        {
            "start": 1240720945,
            "stop": 1240720963
        },
        {
            "start": 1240720965,
            "stop": 1240721045
        },
        {
            "start": 1240721048,
            "stop": 1240721429
        },
        {
            "start": 1240721431,
            "stop": 1240721539
        },
        {
            "start": 1240721541,
            "stop": 1240721567
        },
        {
            "start": 1240721568,
            "stop": 1240721570
        },
        {
            "start": 1240721571,
            "stop": 1240721593
        },
        {
            "start": 1240721595,
            "stop": 1240721645
        },
        {
            "start": 1240721646,
            "stop": 1240721656
        },
        {
            "start": 1240721657,
            "stop": 1240721678
        },
        {
            "start": 1240721679,
            "stop": 1240721732
        },
        {
            "start": 1240721733,
            "stop": 1240721741
        },
        {
            "start": 1240721742,
            "stop": 1240721752
        }
    ]
}