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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=220",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 221,
    "results": [
        {
            "start": 821151702,
            "stop": 821151723
        },
        {
            "start": 821151736,
            "stop": 821151762
        },
        {
            "start": 821151775,
            "stop": 821151786
        },
        {
            "start": 821151794,
            "stop": 821151795
        },
        {
            "start": 821151803,
            "stop": 821151824
        },
        {
            "start": 821151832,
            "stop": 821151840
        },
        {
            "start": 821151848,
            "stop": 821151940
        },
        {
            "start": 821151948,
            "stop": 821152515
        },
        {
            "start": 821152525,
            "stop": 821152655
        },
        {
            "start": 821152663,
            "stop": 821152827
        },
        {
            "start": 821152835,
            "stop": 821152839
        },
        {
            "start": 821152847,
            "stop": 821153003
        },
        {
            "start": 821153016,
            "stop": 821153027
        },
        {
            "start": 821153055,
            "stop": 821153505
        },
        {
            "start": 821153513,
            "stop": 821153552
        },
        {
            "start": 821153560,
            "stop": 821153561
        },
        {
            "start": 821153569,
            "stop": 821153574
        },
        {
            "start": 821153582,
            "stop": 821153593
        },
        {
            "start": 821153601,
            "stop": 821153621
        },
        {
            "start": 821153629,
            "stop": 821153741
        }
    ]
}