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=224
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=225",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=223",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 224,
    "results": [
        {
            "start": 1264393650,
            "stop": 1264393653
        },
        {
            "start": 1264393655,
            "stop": 1264393657
        },
        {
            "start": 1264393660,
            "stop": 1264393661
        },
        {
            "start": 1264393662,
            "stop": 1264393668
        },
        {
            "start": 1264393675,
            "stop": 1264393677
        },
        {
            "start": 1264393678,
            "stop": 1264393681
        },
        {
            "start": 1264393682,
            "stop": 1264393685
        },
        {
            "start": 1264393686,
            "stop": 1264393688
        },
        {
            "start": 1264393692,
            "stop": 1264393693
        },
        {
            "start": 1264393695,
            "stop": 1264393698
        },
        {
            "start": 1264393699,
            "stop": 1264393702
        },
        {
            "start": 1264393704,
            "stop": 1264393705
        },
        {
            "start": 1264393707,
            "stop": 1264393710
        },
        {
            "start": 1264393712,
            "stop": 1264393714
        },
        {
            "start": 1264393715,
            "stop": 1264393716
        },
        {
            "start": 1264393720,
            "stop": 1264393736
        },
        {
            "start": 1264393738,
            "stop": 1264393791
        },
        {
            "start": 1264393793,
            "stop": 1264393797
        },
        {
            "start": 1264393802,
            "stop": 1264393807
        },
        {
            "start": 1264393809,
            "stop": 1264393811
        }
    ]
}