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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=218",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 219,
    "results": [
        {
            "start": 821148107,
            "stop": 821148110
        },
        {
            "start": 821148128,
            "stop": 821148214
        },
        {
            "start": 821148222,
            "stop": 821148271
        },
        {
            "start": 821148279,
            "stop": 821148658
        },
        {
            "start": 821148666,
            "stop": 821148710
        },
        {
            "start": 821148851,
            "stop": 821148854
        },
        {
            "start": 821148862,
            "stop": 821148894
        },
        {
            "start": 821148902,
            "stop": 821149060
        },
        {
            "start": 821149068,
            "stop": 821149155
        },
        {
            "start": 821149169,
            "stop": 821149302
        },
        {
            "start": 821149314,
            "stop": 821149379
        },
        {
            "start": 821149387,
            "stop": 821149433
        },
        {
            "start": 821149441,
            "stop": 821149476
        },
        {
            "start": 821149484,
            "stop": 821149588
        },
        {
            "start": 821149596,
            "stop": 821149618
        },
        {
            "start": 821149626,
            "stop": 821149689
        },
        {
            "start": 821149697,
            "stop": 821150009
        },
        {
            "start": 821150018,
            "stop": 821150028
        },
        {
            "start": 821150036,
            "stop": 821150051
        },
        {
            "start": 821150072,
            "stop": 821150093
        }
    ]
}