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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=39",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 40,
    "results": [
        {
            "start": 931868259,
            "stop": 931868885
        },
        {
            "start": 931868886,
            "stop": 931869001
        },
        {
            "start": 931869002,
            "stop": 931869189
        },
        {
            "start": 931869191,
            "stop": 931870837
        },
        {
            "start": 931870838,
            "stop": 931870870
        },
        {
            "start": 931870871,
            "stop": 931870874
        },
        {
            "start": 931870875,
            "stop": 931870876
        },
        {
            "start": 931870878,
            "stop": 931870913
        },
        {
            "start": 931870916,
            "stop": 931870927
        },
        {
            "start": 931870928,
            "stop": 931870942
        },
        {
            "start": 931870943,
            "stop": 931871309
        },
        {
            "start": 931871311,
            "stop": 931872266
        },
        {
            "start": 931872267,
            "stop": 931872534
        },
        {
            "start": 931872536,
            "stop": 931872624
        },
        {
            "start": 931872625,
            "stop": 931873358
        },
        {
            "start": 931873359,
            "stop": 931873475
        },
        {
            "start": 931873476,
            "stop": 931873506
        },
        {
            "start": 931873508,
            "stop": 931873511
        },
        {
            "start": 931873513,
            "stop": 931873661
        },
        {
            "start": 931873662,
            "stop": 931873990
        }
    ]
}