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=4692
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=4693",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4691",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4692,
    "results": [
        {
            "start": 969904039,
            "stop": 969904112
        },
        {
            "start": 969904115,
            "stop": 969904119
        },
        {
            "start": 969904124,
            "stop": 969904131
        },
        {
            "start": 969904135,
            "stop": 969904153
        },
        {
            "start": 969904163,
            "stop": 969904175
        },
        {
            "start": 969904179,
            "stop": 969904180
        },
        {
            "start": 969904183,
            "stop": 969904208
        },
        {
            "start": 969904211,
            "stop": 969904282
        },
        {
            "start": 969904285,
            "stop": 969904358
        },
        {
            "start": 969904418,
            "stop": 969904568
        },
        {
            "start": 969904571,
            "stop": 969904601
        },
        {
            "start": 969904604,
            "stop": 969904638
        },
        {
            "start": 969904641,
            "stop": 969904690
        },
        {
            "start": 969904695,
            "stop": 969904717
        },
        {
            "start": 969904720,
            "stop": 969904764
        },
        {
            "start": 969904767,
            "stop": 969904791
        },
        {
            "start": 969904794,
            "stop": 969904831
        },
        {
            "start": 969904834,
            "stop": 969904914
        },
        {
            "start": 969904917,
            "stop": 969904926
        },
        {
            "start": 969904929,
            "stop": 969904973
        }
    ]
}