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=579
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=580",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=578",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 579,
    "results": [
        {
            "start": 1264932888,
            "stop": 1264932985
        },
        {
            "start": 1264932987,
            "stop": 1264932990
        },
        {
            "start": 1264932991,
            "stop": 1264933007
        },
        {
            "start": 1264933008,
            "stop": 1264933013
        },
        {
            "start": 1264933014,
            "stop": 1264933069
        },
        {
            "start": 1264933071,
            "stop": 1264933078
        },
        {
            "start": 1264933081,
            "stop": 1264933317
        },
        {
            "start": 1264933318,
            "stop": 1264933443
        },
        {
            "start": 1264933445,
            "stop": 1264933450
        },
        {
            "start": 1264933451,
            "stop": 1264933712
        },
        {
            "start": 1264933713,
            "stop": 1264933715
        },
        {
            "start": 1264933717,
            "stop": 1264933805
        },
        {
            "start": 1264933806,
            "stop": 1264934075
        },
        {
            "start": 1264934076,
            "stop": 1264934139
        },
        {
            "start": 1264934140,
            "stop": 1264934149
        },
        {
            "start": 1264934150,
            "stop": 1264934177
        },
        {
            "start": 1264934178,
            "stop": 1264934197
        },
        {
            "start": 1264934198,
            "stop": 1264934307
        },
        {
            "start": 1264934309,
            "stop": 1264934313
        },
        {
            "start": 1264934314,
            "stop": 1264934347
        }
    ]
}