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=577
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=578",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=576",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 577,
    "results": [
        {
            "start": 1264927797,
            "stop": 1264928217
        },
        {
            "start": 1264928218,
            "stop": 1264928967
        },
        {
            "start": 1264928968,
            "stop": 1264929715
        },
        {
            "start": 1264929716,
            "stop": 1264929720
        },
        {
            "start": 1264929721,
            "stop": 1264929722
        },
        {
            "start": 1264929725,
            "stop": 1264929726
        },
        {
            "start": 1264929727,
            "stop": 1264929732
        },
        {
            "start": 1264929734,
            "stop": 1264929742
        },
        {
            "start": 1264929743,
            "stop": 1264929757
        },
        {
            "start": 1264929758,
            "stop": 1264929827
        },
        {
            "start": 1264929828,
            "stop": 1264931004
        },
        {
            "start": 1264931007,
            "stop": 1264931124
        },
        {
            "start": 1264931126,
            "stop": 1264931128
        },
        {
            "start": 1264931129,
            "stop": 1264931137
        },
        {
            "start": 1264931139,
            "stop": 1264931142
        },
        {
            "start": 1264931143,
            "stop": 1264931170
        },
        {
            "start": 1264931172,
            "stop": 1264931195
        },
        {
            "start": 1264931197,
            "stop": 1264931228
        },
        {
            "start": 1264931229,
            "stop": 1264931233
        },
        {
            "start": 1264931234,
            "stop": 1264931235
        }
    ]
}