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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 169,
    "results": [
        {
            "start": 1373821646,
            "stop": 1373824161
        },
        {
            "start": 1373824163,
            "stop": 1373826161
        },
        {
            "start": 1373826163,
            "stop": 1373826215
        },
        {
            "start": 1373826218,
            "stop": 1373827761
        },
        {
            "start": 1373827766,
            "stop": 1373828009
        },
        {
            "start": 1373828011,
            "stop": 1373829023
        },
        {
            "start": 1373829025,
            "stop": 1373829056
        },
        {
            "start": 1373843681,
            "stop": 1373844605
        },
        {
            "start": 1373844606,
            "stop": 1373845702
        },
        {
            "start": 1373845704,
            "stop": 1373846707
        },
        {
            "start": 1373846709,
            "stop": 1373847328
        },
        {
            "start": 1373847330,
            "stop": 1373848170
        },
        {
            "start": 1373848172,
            "stop": 1373851682
        },
        {
            "start": 1373851686,
            "stop": 1373851824
        },
        {
            "start": 1373851826,
            "stop": 1373852413
        },
        {
            "start": 1373852415,
            "stop": 1373853489
        },
        {
            "start": 1373853490,
            "stop": 1373855589
        },
        {
            "start": 1373855591,
            "stop": 1373856938
        },
        {
            "start": 1373856939,
            "stop": 1373857629
        },
        {
            "start": 1373857631,
            "stop": 1373857738
        }
    ]
}