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=397
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=398",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=396",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 397,
    "results": [
        {
            "start": 1267120353,
            "stop": 1267120806
        },
        {
            "start": 1267120807,
            "stop": 1267122984
        },
        {
            "start": 1267122985,
            "stop": 1267140540
        },
        {
            "start": 1267159681,
            "stop": 1267162692
        },
        {
            "start": 1267162693,
            "stop": 1267162695
        },
        {
            "start": 1267162696,
            "stop": 1267196687
        },
        {
            "start": 1267196689,
            "stop": 1267210532
        },
        {
            "start": 1267210533,
            "stop": 1267210881
        },
        {
            "start": 1267216697,
            "stop": 1267258907
        },
        {
            "start": 1267258908,
            "stop": 1267282830
        },
        {
            "start": 1267318201,
            "stop": 1267318694
        },
        {
            "start": 1267320520,
            "stop": 1267353183
        },
        {
            "start": 1267353184,
            "stop": 1267362841
        },
        {
            "start": 1267362842,
            "stop": 1267362847
        },
        {
            "start": 1267362848,
            "stop": 1267362849
        },
        {
            "start": 1267362850,
            "stop": 1267362949
        },
        {
            "start": 1267362950,
            "stop": 1267362951
        },
        {
            "start": 1267362953,
            "stop": 1267363260
        },
        {
            "start": 1267363262,
            "stop": 1267367766
        },
        {
            "start": 1267367767,
            "stop": 1267367787
        }
    ]
}