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=705
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=706",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=704",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 705,
    "results": [
        {
            "start": 1266887947,
            "stop": 1266887948
        },
        {
            "start": 1266887949,
            "stop": 1266887970
        },
        {
            "start": 1266887979,
            "stop": 1266887980
        },
        {
            "start": 1266887982,
            "stop": 1266887985
        },
        {
            "start": 1266887986,
            "stop": 1266887987
        },
        {
            "start": 1266887991,
            "stop": 1266887992
        },
        {
            "start": 1266887993,
            "stop": 1266887994
        },
        {
            "start": 1266887995,
            "stop": 1266887997
        },
        {
            "start": 1266887998,
            "stop": 1266888001
        },
        {
            "start": 1266888002,
            "stop": 1266888004
        },
        {
            "start": 1266888007,
            "stop": 1266888009
        },
        {
            "start": 1266888010,
            "stop": 1266888020
        },
        {
            "start": 1266888023,
            "stop": 1266888024
        },
        {
            "start": 1266888025,
            "stop": 1266888071
        },
        {
            "start": 1266888072,
            "stop": 1266890249
        },
        {
            "start": 1266890253,
            "stop": 1266891300
        },
        {
            "start": 1266891301,
            "stop": 1266892621
        },
        {
            "start": 1266892623,
            "stop": 1266894396
        },
        {
            "start": 1266894399,
            "stop": 1266897264
        },
        {
            "start": 1266897267,
            "stop": 1266899634
        }
    ]
}