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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=65",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 66,
    "results": [
        {
            "start": 1262701458,
            "stop": 1262701578
        },
        {
            "start": 1262701579,
            "stop": 1262701639
        },
        {
            "start": 1262701642,
            "stop": 1262701646
        },
        {
            "start": 1262701649,
            "stop": 1262701665
        },
        {
            "start": 1262701667,
            "stop": 1262701690
        },
        {
            "start": 1262701694,
            "stop": 1262701700
        },
        {
            "start": 1262701703,
            "stop": 1262701737
        },
        {
            "start": 1262701739,
            "stop": 1262701741
        },
        {
            "start": 1262701747,
            "stop": 1262701804
        },
        {
            "start": 1262701806,
            "stop": 1262701902
        },
        {
            "start": 1262701904,
            "stop": 1262701933
        },
        {
            "start": 1262701935,
            "stop": 1262701948
        },
        {
            "start": 1262701950,
            "stop": 1262702057
        },
        {
            "start": 1262702060,
            "stop": 1262702124
        },
        {
            "start": 1262702127,
            "stop": 1262702219
        },
        {
            "start": 1262702223,
            "stop": 1262702281
        },
        {
            "start": 1262702282,
            "stop": 1262702341
        },
        {
            "start": 1262702345,
            "stop": 1262702347
        },
        {
            "start": 1262702353,
            "stop": 1262702547
        },
        {
            "start": 1262702550,
            "stop": 1262702553
        }
    ]
}