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_CAT2/segments?format=api&page=228
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=229",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=227",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 228,
    "results": [
        {
            "start": 1262483914,
            "stop": 1262484506
        },
        {
            "start": 1262484507,
            "stop": 1262484688
        },
        {
            "start": 1262484689,
            "stop": 1262488260
        },
        {
            "start": 1262488262,
            "stop": 1262488667
        },
        {
            "start": 1262488672,
            "stop": 1262489924
        },
        {
            "start": 1262489929,
            "stop": 1262490677
        },
        {
            "start": 1262490680,
            "stop": 1262491494
        },
        {
            "start": 1262491498,
            "stop": 1262500158
        },
        {
            "start": 1262500159,
            "stop": 1262501342
        },
        {
            "start": 1262501344,
            "stop": 1262503377
        },
        {
            "start": 1262503380,
            "stop": 1262508582
        },
        {
            "start": 1262508585,
            "stop": 1262511392
        },
        {
            "start": 1262511396,
            "stop": 1262512856
        },
        {
            "start": 1262512858,
            "stop": 1262514307
        },
        {
            "start": 1262514309,
            "stop": 1262515710
        },
        {
            "start": 1262515714,
            "stop": 1262517188
        },
        {
            "start": 1262517193,
            "stop": 1262523196
        },
        {
            "start": 1262523199,
            "stop": 1262524659
        },
        {
            "start": 1262524664,
            "stop": 1262527451
        },
        {
            "start": 1262527454,
            "stop": 1262527584
        }
    ]
}