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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=332",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 333,
    "results": [
        {
            "start": 1263971864,
            "stop": 1263972202
        },
        {
            "start": 1263972207,
            "stop": 1263972404
        },
        {
            "start": 1263972409,
            "stop": 1263972596
        },
        {
            "start": 1263972601,
            "stop": 1263972911
        },
        {
            "start": 1263972916,
            "stop": 1263974368
        },
        {
            "start": 1263974373,
            "stop": 1263974404
        },
        {
            "start": 1263974409,
            "stop": 1263974452
        },
        {
            "start": 1263974457,
            "stop": 1263974744
        },
        {
            "start": 1263974749,
            "stop": 1263974942
        },
        {
            "start": 1263974947,
            "stop": 1263975455
        },
        {
            "start": 1263975463,
            "stop": 1263975533
        },
        {
            "start": 1263975538,
            "stop": 1263975683
        },
        {
            "start": 1263975688,
            "stop": 1263975958
        },
        {
            "start": 1263975963,
            "stop": 1263976047
        },
        {
            "start": 1263976051,
            "stop": 1263977169
        },
        {
            "start": 1263977171,
            "stop": 1263978410
        },
        {
            "start": 1263978415,
            "stop": 1263979376
        },
        {
            "start": 1263979380,
            "stop": 1263980125
        },
        {
            "start": 1263980130,
            "stop": 1263980564
        },
        {
            "start": 1263980569,
            "stop": 1263983837
        }
    ]
}