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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=128",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 129,
    "results": [
        {
            "start": 818264893,
            "stop": 818264894
        },
        {
            "start": 818264903,
            "stop": 818264920
        },
        {
            "start": 818264968,
            "stop": 818264976
        },
        {
            "start": 818264985,
            "stop": 818264988
        },
        {
            "start": 818265034,
            "stop": 818265043
        },
        {
            "start": 818265057,
            "stop": 818265065
        },
        {
            "start": 818265105,
            "stop": 818265109
        },
        {
            "start": 818265788,
            "stop": 818265794
        },
        {
            "start": 818265976,
            "stop": 818265980
        },
        {
            "start": 818266030,
            "stop": 818266033
        },
        {
            "start": 818266204,
            "stop": 818266208
        },
        {
            "start": 818267513,
            "stop": 818267516
        },
        {
            "start": 818267539,
            "stop": 818267541
        },
        {
            "start": 818267554,
            "stop": 818267562
        },
        {
            "start": 818267570,
            "stop": 818267581
        },
        {
            "start": 818267589,
            "stop": 818267590
        },
        {
            "start": 818267612,
            "stop": 818267613
        },
        {
            "start": 818267635,
            "stop": 818267640
        },
        {
            "start": 818267652,
            "stop": 818267659
        },
        {
            "start": 818267675,
            "stop": 818267679
        }
    ]
}