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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=215",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 216,
    "results": [
        {
            "start": 821148149,
            "stop": 821148214
        },
        {
            "start": 821148243,
            "stop": 821148271
        },
        {
            "start": 821148300,
            "stop": 821148658
        },
        {
            "start": 821148851,
            "stop": 821148854
        },
        {
            "start": 821148883,
            "stop": 821148894
        },
        {
            "start": 821148923,
            "stop": 821149060
        },
        {
            "start": 821149089,
            "stop": 821149155
        },
        {
            "start": 821149190,
            "stop": 821149302
        },
        {
            "start": 821149335,
            "stop": 821149379
        },
        {
            "start": 821149408,
            "stop": 821149433
        },
        {
            "start": 821149462,
            "stop": 821149476
        },
        {
            "start": 821149505,
            "stop": 821149588
        },
        {
            "start": 821149617,
            "stop": 821149618
        },
        {
            "start": 821149647,
            "stop": 821149689
        },
        {
            "start": 821149718,
            "stop": 821150009
        },
        {
            "start": 821150171,
            "stop": 821150211
        },
        {
            "start": 821150240,
            "stop": 821150241
        },
        {
            "start": 821150293,
            "stop": 821150299
        },
        {
            "start": 821151026,
            "stop": 821151035
        },
        {
            "start": 821151067,
            "stop": 821151074
        }
    ]
}