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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=334",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 335,
    "results": [
        {
            "start": 1264007754,
            "stop": 1264008000
        },
        {
            "start": 1264008005,
            "stop": 1264008208
        },
        {
            "start": 1264008213,
            "stop": 1264008915
        },
        {
            "start": 1264008917,
            "stop": 1264009623
        },
        {
            "start": 1264009628,
            "stop": 1264010057
        },
        {
            "start": 1264010062,
            "stop": 1264010222
        },
        {
            "start": 1264010227,
            "stop": 1264010405
        },
        {
            "start": 1264010410,
            "stop": 1264010427
        },
        {
            "start": 1264010432,
            "stop": 1264010698
        },
        {
            "start": 1264010703,
            "stop": 1264010894
        },
        {
            "start": 1264010896,
            "stop": 1264011279
        },
        {
            "start": 1264013167,
            "stop": 1264017970
        },
        {
            "start": 1264017975,
            "stop": 1264019331
        },
        {
            "start": 1264019335,
            "stop": 1264024784
        },
        {
            "start": 1264024787,
            "stop": 1264025232
        },
        {
            "start": 1264025235,
            "stop": 1264025838
        },
        {
            "start": 1264025840,
            "stop": 1264027421
        },
        {
            "start": 1264027424,
            "stop": 1264027472
        },
        {
            "start": 1264027474,
            "stop": 1264028336
        },
        {
            "start": 1264028338,
            "stop": 1264028660
        }
    ]
}