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=5203
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=5204",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5202",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5203,
    "results": [
        {
            "start": 1136281482,
            "stop": 1136281486
        },
        {
            "start": 1136281488,
            "stop": 1136281503
        },
        {
            "start": 1136281505,
            "stop": 1136281555
        },
        {
            "start": 1136281557,
            "stop": 1136281566
        },
        {
            "start": 1136281568,
            "stop": 1136281570
        },
        {
            "start": 1136281572,
            "stop": 1136281587
        },
        {
            "start": 1136281589,
            "stop": 1136281620
        },
        {
            "start": 1136281622,
            "stop": 1136281722
        },
        {
            "start": 1136281724,
            "stop": 1136281766
        },
        {
            "start": 1136281768,
            "stop": 1136281817
        },
        {
            "start": 1136281819,
            "stop": 1136281827
        },
        {
            "start": 1136281829,
            "stop": 1136281840
        },
        {
            "start": 1136281842,
            "stop": 1136281843
        },
        {
            "start": 1136281845,
            "stop": 1136281852
        },
        {
            "start": 1136281854,
            "stop": 1136281871
        },
        {
            "start": 1136281873,
            "stop": 1136281909
        },
        {
            "start": 1136281911,
            "stop": 1136281938
        },
        {
            "start": 1136281940,
            "stop": 1136281946
        },
        {
            "start": 1136281948,
            "stop": 1136281969
        },
        {
            "start": 1136281971,
            "stop": 1136281974
        }
    ]
}