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=759
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=760",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=758",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 759,
    "results": [
        {
            "start": 1267703241,
            "stop": 1267703242
        },
        {
            "start": 1267703243,
            "stop": 1267703251
        },
        {
            "start": 1267703252,
            "stop": 1267703261
        },
        {
            "start": 1267703263,
            "stop": 1267703264
        },
        {
            "start": 1267703266,
            "stop": 1267703267
        },
        {
            "start": 1267703268,
            "stop": 1267703270
        },
        {
            "start": 1267703273,
            "stop": 1267703865
        },
        {
            "start": 1267703866,
            "stop": 1267703868
        },
        {
            "start": 1267703870,
            "stop": 1267703871
        },
        {
            "start": 1267703874,
            "stop": 1267703875
        },
        {
            "start": 1267703879,
            "stop": 1267703881
        },
        {
            "start": 1267703884,
            "stop": 1267703885
        },
        {
            "start": 1267703888,
            "stop": 1267703997
        },
        {
            "start": 1267703998,
            "stop": 1267704074
        },
        {
            "start": 1267704075,
            "stop": 1267704076
        },
        {
            "start": 1267704078,
            "stop": 1267704158
        },
        {
            "start": 1267704160,
            "stop": 1267704171
        },
        {
            "start": 1267704173,
            "stop": 1267708140
        },
        {
            "start": 1267708143,
            "stop": 1267711795
        },
        {
            "start": 1267711798,
            "stop": 1267713214
        }
    ]
}