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=626
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=627",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=625",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 626,
    "results": [
        {
            "start": 1265536911,
            "stop": 1265537410
        },
        {
            "start": 1265537415,
            "stop": 1265537582
        },
        {
            "start": 1265537586,
            "stop": 1265537758
        },
        {
            "start": 1265537759,
            "stop": 1265538200
        },
        {
            "start": 1265538201,
            "stop": 1265538453
        },
        {
            "start": 1265538454,
            "stop": 1265538492
        },
        {
            "start": 1265538493,
            "stop": 1265540239
        },
        {
            "start": 1265540240,
            "stop": 1265540347
        },
        {
            "start": 1265540348,
            "stop": 1265540528
        },
        {
            "start": 1265540530,
            "stop": 1265542227
        },
        {
            "start": 1265542228,
            "stop": 1265542946
        },
        {
            "start": 1265542948,
            "stop": 1265543587
        },
        {
            "start": 1265543588,
            "stop": 1265543609
        },
        {
            "start": 1265543610,
            "stop": 1265543614
        },
        {
            "start": 1265543616,
            "stop": 1265544004
        },
        {
            "start": 1265544005,
            "stop": 1265544146
        },
        {
            "start": 1265544147,
            "stop": 1265544148
        },
        {
            "start": 1265544150,
            "stop": 1265544151
        },
        {
            "start": 1265544152,
            "stop": 1265548848
        },
        {
            "start": 1265555332,
            "stop": 1265556460
        }
    ]
}