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_CBC_CAT3/segments?format=api&page=393
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=394",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=392",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 393,
    "results": [
        {
            "start": 1266887942,
            "stop": 1266887943
        },
        {
            "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": 1266900957
        },
        {
            "start": 1266900958,
            "stop": 1266906368
        },
        {
            "start": 1266906370,
            "stop": 1266906414
        },
        {
            "start": 1266906416,
            "stop": 1266906418
        },
        {
            "start": 1266906420,
            "stop": 1266906462
        }
    ]
}