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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=217",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 218,
    "results": [
        {
            "start": 1262108747,
            "stop": 1262109067
        },
        {
            "start": 1262109072,
            "stop": 1262109091
        },
        {
            "start": 1262109095,
            "stop": 1262109465
        },
        {
            "start": 1262109470,
            "stop": 1262109574
        },
        {
            "start": 1262109578,
            "stop": 1262109582
        },
        {
            "start": 1262109587,
            "stop": 1262110546
        },
        {
            "start": 1262110549,
            "stop": 1262110685
        },
        {
            "start": 1262110688,
            "stop": 1262111121
        },
        {
            "start": 1262111126,
            "stop": 1262111443
        },
        {
            "start": 1262111444,
            "stop": 1262111884
        },
        {
            "start": 1262111888,
            "stop": 1262112579
        },
        {
            "start": 1262112584,
            "stop": 1262112768
        },
        {
            "start": 1262112774,
            "stop": 1262113880
        },
        {
            "start": 1262113885,
            "stop": 1262114421
        },
        {
            "start": 1262114426,
            "stop": 1262114641
        },
        {
            "start": 1262114643,
            "stop": 1262115778
        },
        {
            "start": 1262115783,
            "stop": 1262115786
        },
        {
            "start": 1262115791,
            "stop": 1262119001
        },
        {
            "start": 1262119005,
            "stop": 1262120373
        },
        {
            "start": 1262120376,
            "stop": 1262122182
        }
    ]
}