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=5147
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=5148",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5146",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5147,
    "results": [
        {
            "start": 1136206416,
            "stop": 1136206492
        },
        {
            "start": 1136206494,
            "stop": 1136206557
        },
        {
            "start": 1136206559,
            "stop": 1136206565
        },
        {
            "start": 1136206567,
            "stop": 1136206570
        },
        {
            "start": 1136206572,
            "stop": 1136206620
        },
        {
            "start": 1136206622,
            "stop": 1136206639
        },
        {
            "start": 1136206641,
            "stop": 1136206732
        },
        {
            "start": 1136206734,
            "stop": 1136206779
        },
        {
            "start": 1136206781,
            "stop": 1136206819
        },
        {
            "start": 1136206821,
            "stop": 1136206868
        },
        {
            "start": 1136206870,
            "stop": 1136206876
        },
        {
            "start": 1136206878,
            "stop": 1136206887
        },
        {
            "start": 1136206889,
            "stop": 1136207035
        },
        {
            "start": 1136207037,
            "stop": 1136207093
        },
        {
            "start": 1136207095,
            "stop": 1136207151
        },
        {
            "start": 1136207153,
            "stop": 1136207158
        },
        {
            "start": 1136207160,
            "stop": 1136207172
        },
        {
            "start": 1136207174,
            "stop": 1136207198
        },
        {
            "start": 1136207200,
            "stop": 1136207272
        },
        {
            "start": 1136207274,
            "stop": 1136207401
        }
    ]
}