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=2328
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=2329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2327",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2328,
    "results": [
        {
            "start": 874350556,
            "stop": 874350586
        },
        {
            "start": 874350604,
            "stop": 874351144
        },
        {
            "start": 874351161,
            "stop": 874351920
        },
        {
            "start": 874352040,
            "stop": 874352042
        },
        {
            "start": 874353403,
            "stop": 874353528
        },
        {
            "start": 874354880,
            "stop": 874355161
        },
        {
            "start": 874355195,
            "stop": 874355362
        },
        {
            "start": 874356376,
            "stop": 874356379
        },
        {
            "start": 874356396,
            "stop": 874357755
        },
        {
            "start": 874357774,
            "stop": 874358629
        },
        {
            "start": 874358648,
            "stop": 874359234
        },
        {
            "start": 874359251,
            "stop": 874359263
        },
        {
            "start": 874359282,
            "stop": 874359498
        },
        {
            "start": 874359517,
            "stop": 874359792
        },
        {
            "start": 874359809,
            "stop": 874360560
        },
        {
            "start": 874360579,
            "stop": 874360723
        },
        {
            "start": 874360759,
            "stop": 874361447
        },
        {
            "start": 874361466,
            "stop": 874361721
        },
        {
            "start": 874361740,
            "stop": 874361918
        },
        {
            "start": 874361939,
            "stop": 874362051
        }
    ]
}