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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=522",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=520",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 521,
    "results": [
        {
            "start": 1264709315,
            "stop": 1264709322
        },
        {
            "start": 1264709324,
            "stop": 1264709325
        },
        {
            "start": 1264709327,
            "stop": 1264709329
        },
        {
            "start": 1264709331,
            "stop": 1264709334
        },
        {
            "start": 1264709336,
            "stop": 1264709338
        },
        {
            "start": 1264709339,
            "stop": 1264709342
        },
        {
            "start": 1264709343,
            "stop": 1264709378
        },
        {
            "start": 1264709379,
            "stop": 1264709396
        },
        {
            "start": 1264709398,
            "stop": 1264709531
        },
        {
            "start": 1264709532,
            "stop": 1264709548
        },
        {
            "start": 1264709549,
            "stop": 1264709745
        },
        {
            "start": 1264709749,
            "stop": 1264709750
        },
        {
            "start": 1264709751,
            "stop": 1264711103
        },
        {
            "start": 1264711107,
            "stop": 1264711371
        },
        {
            "start": 1264711375,
            "stop": 1264713115
        },
        {
            "start": 1264713119,
            "stop": 1264716951
        },
        {
            "start": 1264716954,
            "stop": 1264717202
        },
        {
            "start": 1264717206,
            "stop": 1264717905
        },
        {
            "start": 1264717908,
            "stop": 1264718945
        },
        {
            "start": 1264718946,
            "stop": 1264719642
        }
    ]
}