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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5176",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5174",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5175,
    "results": [
        {
            "start": 1136268711,
            "stop": 1136268722
        },
        {
            "start": 1136268724,
            "stop": 1136268730
        },
        {
            "start": 1136268732,
            "stop": 1136268745
        },
        {
            "start": 1136268747,
            "stop": 1136268754
        },
        {
            "start": 1136268756,
            "stop": 1136268765
        },
        {
            "start": 1136268768,
            "stop": 1136268789
        },
        {
            "start": 1136268791,
            "stop": 1136268799
        },
        {
            "start": 1136268801,
            "stop": 1136268824
        },
        {
            "start": 1136268826,
            "stop": 1136268827
        },
        {
            "start": 1136268829,
            "stop": 1136268840
        },
        {
            "start": 1136268842,
            "stop": 1136268902
        },
        {
            "start": 1136268904,
            "stop": 1136268905
        },
        {
            "start": 1136268907,
            "stop": 1136268912
        },
        {
            "start": 1136268914,
            "stop": 1136268919
        },
        {
            "start": 1136268921,
            "stop": 1136268947
        },
        {
            "start": 1136268949,
            "stop": 1136268971
        },
        {
            "start": 1136268973,
            "stop": 1136268998
        },
        {
            "start": 1136269000,
            "stop": 1136269028
        },
        {
            "start": 1136269030,
            "stop": 1136269032
        },
        {
            "start": 1136269034,
            "stop": 1136269043
        }
    ]
}