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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5197",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5198,
    "results": [
        {
            "start": 969903647,
            "stop": 969903658
        },
        {
            "start": 969903661,
            "stop": 969903695
        },
        {
            "start": 969903698,
            "stop": 969903817
        },
        {
            "start": 969903820,
            "stop": 969903928
        },
        {
            "start": 969903931,
            "stop": 969903936
        },
        {
            "start": 969903939,
            "stop": 969904034
        },
        {
            "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
        }
    ]
}