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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5022",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5020",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5021,
    "results": [
        {
            "start": 872404973,
            "stop": 872405086
        },
        {
            "start": 872405122,
            "stop": 872405570
        },
        {
            "start": 872405606,
            "stop": 872405705
        },
        {
            "start": 872405722,
            "stop": 872407945
        },
        {
            "start": 872407962,
            "stop": 872408837
        },
        {
            "start": 872408873,
            "stop": 872410230
        },
        {
            "start": 872411684,
            "stop": 872412057
        },
        {
            "start": 872412093,
            "stop": 872412106
        },
        {
            "start": 872412142,
            "stop": 872412395
        },
        {
            "start": 872412431,
            "stop": 872412507
        },
        {
            "start": 872412543,
            "stop": 872412658
        },
        {
            "start": 872412675,
            "stop": 872412998
        },
        {
            "start": 872413034,
            "stop": 872414144
        },
        {
            "start": 872414180,
            "stop": 872414291
        },
        {
            "start": 872414372,
            "stop": 872414468
        },
        {
            "start": 872414528,
            "stop": 872414593
        },
        {
            "start": 872414664,
            "stop": 872414756
        },
        {
            "start": 872414798,
            "stop": 872414813
        },
        {
            "start": 872414870,
            "stop": 872415098
        },
        {
            "start": 872415115,
            "stop": 872417339
        }
    ]
}