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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=178",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 179,
    "results": [
        {
            "start": 1264371548,
            "stop": 1264371554
        },
        {
            "start": 1264371555,
            "stop": 1264371559
        },
        {
            "start": 1264371560,
            "stop": 1264371566
        },
        {
            "start": 1264371568,
            "stop": 1264371571
        },
        {
            "start": 1264371572,
            "stop": 1264371573
        },
        {
            "start": 1264371574,
            "stop": 1264371575
        },
        {
            "start": 1264371576,
            "stop": 1264371600
        },
        {
            "start": 1264371603,
            "stop": 1264371608
        },
        {
            "start": 1264371611,
            "stop": 1264371613
        },
        {
            "start": 1264371615,
            "stop": 1264371619
        },
        {
            "start": 1264371620,
            "stop": 1264371634
        },
        {
            "start": 1264371637,
            "stop": 1264371652
        },
        {
            "start": 1264371654,
            "stop": 1264371668
        },
        {
            "start": 1264371670,
            "stop": 1264371671
        },
        {
            "start": 1264371672,
            "stop": 1264371685
        },
        {
            "start": 1264371687,
            "stop": 1264371713
        },
        {
            "start": 1264371715,
            "stop": 1264371742
        },
        {
            "start": 1264371743,
            "stop": 1264371745
        },
        {
            "start": 1264371746,
            "stop": 1264371752
        },
        {
            "start": 1264371754,
            "stop": 1264371760
        }
    ]
}