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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=119",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 120,
    "results": [
        {
            "start": 817869144,
            "stop": 817869184
        },
        {
            "start": 817869187,
            "stop": 817869190
        },
        {
            "start": 817869194,
            "stop": 817869240
        },
        {
            "start": 817869244,
            "stop": 817869294
        },
        {
            "start": 817869302,
            "stop": 817869323
        },
        {
            "start": 817869326,
            "stop": 817869423
        },
        {
            "start": 817869433,
            "stop": 817869450
        },
        {
            "start": 817869453,
            "stop": 817869456
        },
        {
            "start": 817869469,
            "stop": 817869482
        },
        {
            "start": 817869485,
            "stop": 817869507
        },
        {
            "start": 817869511,
            "stop": 817869538
        },
        {
            "start": 817869541,
            "stop": 817869544
        },
        {
            "start": 817869547,
            "stop": 817869598
        },
        {
            "start": 817869601,
            "stop": 817869629
        },
        {
            "start": 817869633,
            "stop": 817869722
        },
        {
            "start": 817869726,
            "stop": 817869731
        },
        {
            "start": 817869734,
            "stop": 817869738
        },
        {
            "start": 817869748,
            "stop": 817869753
        },
        {
            "start": 817869756,
            "stop": 817869762
        },
        {
            "start": 817869767,
            "stop": 817869782
        }
    ]
}