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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7033",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7031",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7032,
    "results": [
        {
            "start": 874054551,
            "stop": 874054555
        },
        {
            "start": 874054557,
            "stop": 874054563
        },
        {
            "start": 874054566,
            "stop": 874054568
        },
        {
            "start": 874054569,
            "stop": 874054571
        },
        {
            "start": 874054574,
            "stop": 874054584
        },
        {
            "start": 874054585,
            "stop": 874054587
        },
        {
            "start": 874054589,
            "stop": 874054592
        },
        {
            "start": 874054594,
            "stop": 874054595
        },
        {
            "start": 874054597,
            "stop": 874054617
        },
        {
            "start": 874054618,
            "stop": 874054621
        },
        {
            "start": 874054622,
            "stop": 874054629
        },
        {
            "start": 874054630,
            "stop": 874054642
        },
        {
            "start": 874054643,
            "stop": 874054833
        },
        {
            "start": 874054836,
            "stop": 874054856
        },
        {
            "start": 874054859,
            "stop": 874054911
        },
        {
            "start": 874054914,
            "stop": 874054915
        },
        {
            "start": 874054918,
            "stop": 874055132
        },
        {
            "start": 874055135,
            "stop": 874055370
        },
        {
            "start": 874055380,
            "stop": 874057102
        },
        {
            "start": 874057105,
            "stop": 874057192
        }
    ]
}