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=368
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=369",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=367",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 368,
    "results": [
        {
            "start": 1265606680,
            "stop": 1265606689
        },
        {
            "start": 1265606692,
            "stop": 1265606697
        },
        {
            "start": 1265606698,
            "stop": 1265606699
        },
        {
            "start": 1265606701,
            "stop": 1265606702
        },
        {
            "start": 1265606704,
            "stop": 1265606712
        },
        {
            "start": 1265606713,
            "stop": 1265606714
        },
        {
            "start": 1265606715,
            "stop": 1265606718
        },
        {
            "start": 1265606719,
            "stop": 1265606726
        },
        {
            "start": 1265606727,
            "stop": 1265606741
        },
        {
            "start": 1265606742,
            "stop": 1265606746
        },
        {
            "start": 1265606749,
            "stop": 1265606754
        },
        {
            "start": 1265606755,
            "stop": 1265606769
        },
        {
            "start": 1265606770,
            "stop": 1265606773
        },
        {
            "start": 1265606774,
            "stop": 1265606780
        },
        {
            "start": 1265606781,
            "stop": 1265606828
        },
        {
            "start": 1265606829,
            "stop": 1265606835
        },
        {
            "start": 1265606836,
            "stop": 1265606837
        },
        {
            "start": 1265606838,
            "stop": 1265606907
        },
        {
            "start": 1265606908,
            "stop": 1265606914
        },
        {
            "start": 1265606915,
            "stop": 1265606945
        }
    ]
}