Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=820
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=821",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=819",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 820,
    "results": [
        {
            "start": 1268955510,
            "stop": 1268955515
        },
        {
            "start": 1268955516,
            "stop": 1268955520
        },
        {
            "start": 1268955745,
            "stop": 1268955783
        },
        {
            "start": 1268955784,
            "stop": 1268955787
        },
        {
            "start": 1268955788,
            "stop": 1268955789
        },
        {
            "start": 1268955791,
            "stop": 1268955930
        },
        {
            "start": 1268955931,
            "stop": 1268956031
        },
        {
            "start": 1268956032,
            "stop": 1268956149
        },
        {
            "start": 1268956150,
            "stop": 1268956317
        },
        {
            "start": 1268956318,
            "stop": 1268956323
        },
        {
            "start": 1268956324,
            "stop": 1268956339
        },
        {
            "start": 1268956340,
            "stop": 1268956443
        },
        {
            "start": 1268956444,
            "stop": 1268956453
        },
        {
            "start": 1268956456,
            "stop": 1268956463
        },
        {
            "start": 1268956464,
            "stop": 1268956465
        },
        {
            "start": 1268956466,
            "stop": 1268956467
        },
        {
            "start": 1268956468,
            "stop": 1268956473
        },
        {
            "start": 1268956474,
            "stop": 1268956504
        },
        {
            "start": 1268956505,
            "stop": 1268956539
        },
        {
            "start": 1268956540,
            "stop": 1268956585
        }
    ]
}